Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aquamacs 2.4 -- OSX Mountain Lion -- error message #17

Open
lawlist opened this issue Apr 20, 2013 · 3 comments
Open

Aquamacs 2.4 -- OSX Mountain Lion -- error message #17

lawlist opened this issue Apr 20, 2013 · 3 comments

Comments

@lawlist
Copy link

lawlist commented Apr 20, 2013

I get this error when quitting -- I am using (global-ethan-wspace-mode 1)

let: Wrong number of arguments: #[nil "Á

ÂŽŠebˆÃÄÅÆ#…3�ÇÈŠÉyˆ)\"ˆÁ ÊŽËÌ!ƒ*�É•bˆ*É•|ˆ‚ �
+‡" [save-match-data-internal match-data ((bytecode
"Á Â"‡" [save-match-data-internal set-matchdata
evaporate] 3)) re-search-forward "\s-$" nil
t skip-syntax-backward "-" 0 ...] 4 2081392 "*"],
2

Do you have any suggestions, please, for how to display white space between letters and words, without conflicting with line numbers?

http://stackoverflow.com/questions/16094303/global-line-numbering-is-intermittent-conflict-with-global-whitespace

@glasserc
Copy link
Owner

Hi! I've never seen this error before. You say you're getting this error when quitting emacs? The confusing thing here is the re-search-forward call seems to be getting the regular expression "\s-$". ethan-wspace doesn't have and doesn't use a regular expression like this. Neither does whitespace-mode, as far as I can tell. However, it looks like this code comes from the function delete-trailing-whitespace, defined in simple.el. If you're using ethan-wspace, I generally advise people to stop using delete-trailing-whitespace anyhow. Can you show me the code in your .emacs files that calls delete-trailing-whitespace?

@lawlist
Copy link
Author

lawlist commented Apr 21, 2013

I would be pleased to do some further testing on this particular issue within the coming week or so, and I'll report back.

I am presently using a different configuration based upon the recently discovered workarounds to the conflict between dynamic linum-format of linum.el and space-mark of whitespace.el -- mentioned in the answer to the thread cited above in this initial issue report.

@rpgoldman
Copy link

I am using Aquamacs 3.0 and do not have this problem, FWIW.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants