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

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

Re: Adding multiple lists to global-abbrev-table


From: carlmarcos
Subject: Re: Adding multiple lists to global-abbrev-table
Date: Wed, 3 Aug 2022 17:30:49 +0200 (CEST)

Aug 3, 2022, 15:27 by help-gnu-emacs@gnu.org:

> I want to include multiple lists (e.g. cun1 and cun2) to `global-abbrev-table'
>
> (setq cun1 
>    '( ("all" "l")     ("as" "as")      ("can" "k") ))
>
> (setq cun2
>    '( ("again" "ag")  ("any" "n")    ("before" "bf") ))
>
> What can I do?
>
In the code I see references to EXPANSION, what is it exactly?



reply via email to

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