emacs-devel
[Top][All Lists]
Advanced

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

[SOLVED] (was: flyspell, its abbrev mode, and the problem of case sensit


From: Uwe Brauer
Subject: [SOLVED] (was: flyspell, its abbrev mode, and the problem of case sensitivity)
Date: Thu, 31 Jan 2019 11:12:55 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

>>> "UB" == Uwe Brauer <address@hidden> writes:

   > Hi


   > My new setting

   > (abbrev-table-put castellano-minor-mode-abbrev-table :case-fixed t)

After trying out various configurations it seems that 


(dolist (table abbrev-table-name-list)
    (abbrev-table-put (symbol-value table) :case-fixed nil))

(abbrev-table-put castellano-minor-mode-abbrev-table :case-fixed nil)

Fixes my problem.

Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

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