bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#45693: [two word expansion works, but write-abbrev-file destroys it]


From: Robert Pluim
Subject: bug#45693: [two word expansion works, but write-abbrev-file destroys it]
Date: Mon, 11 Jan 2021 22:03:56 +0100

Uwe Brauer <oub@mat.ucm.es> writes:

>> Uwe Brauer <oub@mat.ucm.es> writes:
>
>> Which new abbrev file? You'll need to do at least some
>> 'define-abbrev-table' followed by 'write-abbrev-file' (and the patch
>> doesnʼt solve the :parents issue).
> Ah, ok I was hoping that the 
>
> (define-abbrev-table 'my-abbrev-table
>       '(
>         ("a que" "a qué" nil :count 0))
>       "Uwe's table"
>       :regexp "\\(\\w+ \\w+\\)")
>
> Would be left intact by the write-abbrev-file. 
>

It should have been, and was in my testing

> Ok tomorrow I try it again.
> Maybe it did something wrong.

Iʼve only tested my code, not proven it bug-free :-)

Robert





reply via email to

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