Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!EDDIE.MIT.EDU!compass!worley From: compass!worley@EDDIE.MIT.EDU (Dale Worley) Newsgroups: gnu.emacs Subject: Modify syntax entry for % in mail-mode Message-ID: <8906012120.AA15247@galaxy.compass.com> Date: 1 Jun 89 21:20:06 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 4 In mail-mode, the syntax of "%" is "word", unlike "!" and "@", which have syntax "punctuation". This makes is hard to step through the components of an address with M-f, etc. The following code creates a special mail-mode-syntax-table which defines "%" to be "punctuation".