unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Luc Teirlinck <teirllm@dms.auburn.edu>
Cc: rms@gnu.org, emacs-devel@gnu.org
Subject: Re: mailabbrev.el, mailalias.el and related package.
Date: Sat, 16 Feb 2002 14:18:42 -0600 (CST)	[thread overview]
Message-ID: <200202162018.OAA29980@eel.dms.auburn.edu> (raw)
In-Reply-To: <shwuxddz8w.fsf@tux.gnu.franken.de> (message from Karl Eichwalder on Sat, 16 Feb 2002 20:04:47 +0100)

Dear Karl,

The problem is not a local configuration error on your side.
This was not a problem in the original mailabbrev, but a new problem
occurring in changes instituted in mailabbrev.el after Emacs21.1.90,
changes made to take care of other problems that did occur in the old
mailabbrev. 

When before applying Richard's change, something like:

gnu@gnu. made gnu expand there were two problems involved:

"@" had the wrong syntax and "." had the wrong syntax.  (Richard actually
alluded to that second problem in his reply to you.)

Since @ was not considered a word constituent, the second gnu is a
valid mailabbrev.  However, . should nevertheless not expand mailabbrevs.

Now you apply Richard's patch, making @ a word constituent and type:

gnu@gnu 

at this stage the "word" before point is gnu@gnu, which is not a valid
mailabbrev any more.

But then you go on and type:

gnu@gnu.gnu.

You did not make "." a word constituent, so the word before point is
again gnu.  Since you did not fix anything for . ,it still expands
that mailabbrev.

You seem to suggest that the problem sometimes happens and sometimes
not.  That would make perfect sense, because it all seems to depend on
the syntax table you start out with.  (It actually should not depend
on that.)

When I have time to look deeper into it, I will double check this and
look at the technical details involved.

In any case my new package takes care of the problems that the changes
were intended to take care of without introducing this new problem.


_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/emacs-devel


  reply	other threads:[~2002-02-16 20:18 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-14  4:40 mailabbrev.el, mailalias.el and related package Luc Teirlinck
2002-02-15 10:36 ` Richard Stallman
2002-02-16  3:53   ` Luc Teirlinck
2002-02-17 16:48     ` Richard Stallman
2002-02-16  4:47   ` Luc Teirlinck
2002-02-16  5:36     ` Karl Eichwalder
2002-02-16 16:10       ` Luc Teirlinck
2002-02-16 19:04         ` Karl Eichwalder
2002-02-16 20:18           ` Luc Teirlinck [this message]
2002-02-17 16:48     ` Richard Stallman
2002-02-17 19:13       ` Luc Teirlinck
2002-02-17  2:32   ` Luc Teirlinck
2002-02-17  5:25   ` Luc Teirlinck
  -- strict thread matches above, loose matches on Subject: below --
2002-02-14  5:19 Luc Teirlinck
2002-02-14 21:13 Luc Teirlinck

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200202162018.OAA29980@eel.dms.auburn.edu \
    --to=teirllm@dms.auburn.edu \
    --cc=emacs-devel@gnu.org \
    --cc=rms@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).