>Does this patch make it work in both cases? Yes, this one works in both cases.
>*** mailabbrev.el 21 Jan 2007 01:36:15 -0500 1.82 >--- mailabbrev.el 04 May 2007 22:59:43 -0400 >*************** >*** 494,499 **** >--- 494,502 ---- > ;; the usual syntax table. > > (or (and (integerp last-command-char) >+ ;; Do let Ctl and Meta chars expand if they try. >+ (not (event-modifiers last-command-char)) >+ (equal this-command 'self-insert) > (or (eq (char-syntax last-command-char) ?_) > ;; Don't expand on @. > (memq last-command-char '(?@ ?. ?% ?! ?_ ?-)))) _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
