emacs-devel
[Top][All Lists]
Advanced

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

Re: did the abbrev mechanism ever expand «two words» to «two different w


From: Robert Pluim
Subject: Re: did the abbrev mechanism ever expand «two words» to «two different words».
Date: Fri, 08 Jan 2021 15:05:49 +0100

> To make matter worse, I added your suggestion to my old
> fundamental-mode-abbrev-table restarted emacs and then *nothing* was
> expanded.
>
> I am puzzled
>

Hmm, so am I. Youʼre right, what I sent doesnʼt work, but this does:

(define-abbrev-table 'fundamental-mode-abbrev-table
  '(
    ("a que" "a qué" nil :count 0))
  "Uwe's table"
  :regexp "\\(\\w+ \\w+\\)")

Robert



reply via email to

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