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: John Covici
Subject: Re: bug on ognus 0.05 and emacs 21.2.50.1
Date: Sat, 06 Apr 2002 00:54:41 -0500
User-agent: Gnus/5.090005 (Oort Gnus v0.05) Emacs/21.2.50 (i686-pc-linux-gnu)

It fixed the lisp error, but any alias with an _ still does not
work.  Did someone change the syntax table on us or is this the
desired behavior?

Also, when I was doing this I noticed that the make install didn't
compile newer versions of the mailabbrev.el and byte-opt.el, but did
copy them into the /usr/share/emacs/21.2.50.2 directory, but left the old elc
files there.  Is this what is supposed to happen?

on Wed, 3 Apr 2002 15:49:12 -0700 (MST) Richard Stallman <address@hidden> wrote:

>     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

-- 
         John Covici
         address@hidden



reply via email to

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