all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: patch for mailabbrev.el
       [not found] <200209081759.g88HxEj15931@arc.math.ohio-state.edu>
@ 2002-09-09 19:15 ` Richard Stallman
  0 siblings, 0 replies; only message in thread
From: Richard Stallman @ 2002-09-09 19:15 UTC (permalink / raw)
  Cc: rost

Markus Rost wrote:

    The patch is a guess after looking into mailabbrev.el.~1.61~.  It
    seems correct that the characters @%!._- have word constituent syntax
    when expanding mail abbrevs.

Does anyone see a problem with that idea?
Here's the full patch.

2002-09-08  Markus Rost  <rost@math.ohio-state.edu>

	* mail/mailabbrev.el (mail-abbrev-make-syntax-table): Give %!._-
	word constituent syntax.

===Buffer *vc-diff*=========================================
*** mailabbrev.el.~1.69~	Sat Jul 13 18:47:07 2002
--- mailabbrev.el	Sun Sep  8 13:43:17 2002
***************
*** 420,425 ****
--- 420,430 ----
  		       (set-char-table-range tab key w))))
         tab)
        (modify-syntax-entry ?@ "w" tab)
+       (modify-syntax-entry ?% "w" tab)
+       (modify-syntax-entry ?! "w" tab)
+       (modify-syntax-entry ?. "w" tab)
+       (modify-syntax-entry ?_ "w" tab)
+       (modify-syntax-entry ?- "w" tab)
        (setq mail-abbrev-syntax-table tab))))
  
  (defun mail-abbrev-in-expansion-header-p ()

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-09-09 19:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <200209081759.g88HxEj15931@arc.math.ohio-state.edu>
2002-09-09 19:15 ` patch for mailabbrev.el Richard Stallman

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.