emacs-devel
[Top][All Lists]
Advanced

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

Re: bug on ognus 0.05 and emacs 21.2.50.1


From: Richard Stallman
Subject: Re: bug on ognus 0.05 and emacs 21.2.50.1
Date: Wed, 3 Apr 2002 15:49:12 -0700 (MST)

    I think, calling mail-abbrev-make-syntax-table in the very beginning
    of mail-abbrev-complete-alias fixes the problem.

Ok, I did that.  Thanks.  John, does this fix work?

Index: mailabbrev.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/mail/mailabbrev.el,v
retrieving revision 1.65
retrieving revision 1.66
diff -c -c -r1.65 -r1.66
*** mailabbrev.el       23 Mar 2002 16:09:59 -0000      1.65
--- mailabbrev.el       3 Apr 2002 15:33:06 -0000       1.66
***************
*** 548,553 ****
--- 548,554 ----
    "Perform completion on alias preceding point."
    ;; Based on lisp.el:lisp-complete-symbol
    (interactive)
+   (mail-abbrev-make-syntax-table)
    (let* ((end (point))
         (syntax-table (syntax-table))
         (beg (unwind-protect



reply via email to

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