emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Should not syntax for ?- char be word in text mode?


From: Miles Bader
Subject: Re: Should not syntax for ?- char be word in text mode?
Date: Thu, 16 Jul 2009 11:26:22 +0900

No.  Doing so would massively fuck with people's expectations.

It's long-standing Emacs practice to distinguish between "words" and
"symbols", where symbols typically include some extra punctuation such
as "-".

If I see "foo-bar" in _any_ buffer, including in text, I (and perhaps
more importantly, my fingers) expect M-f to skip over foo, and stop at
"-"; if I want to skip over the whole thing, I'll use C-M-f.  Using
modes that violate this convention is extremely disconcerting (and
inconvenient).  Text buffers are no different in this respect.

-Miles

-- 
Erudition, n. Dust shaken out of a book into an empty skull.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]