bug-gnu-emacs
[Top][All Lists]
Advanced

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

Re: capitalize-word can't see thru the ' quote mark in text-mode


From: Kevin Rodgers
Subject: Re: capitalize-word can't see thru the ' quote mark in text-mode
Date: Thu, 24 May 2001 11:53:57 -0600

Eli Zaretskii wrote:
> That's because ' is a word-constituent character in text-mode and its
> derivatives (such as mail-mode).

That never seemed natural to me, which is why I define it as punctuation:

        (modify-syntax-entry ?' ".   " text-mode-syntax-table)  ; was "w   "

-- 
Kevin Rodgers <kevinr@ihs.com>          Lead Software Engineer
Information Handling Services           Electronic Systems Development
15 Inverness Way East, M/S A114         GO BUFFS!
Englewood CO 80112-5776 USA             1+ (303) 397-2807[voice]/705-4258[fax]



reply via email to

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