mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-02 11:21:42 +00:00
(iso-languages): For Catalan, delete 'C and 'c;
delete `i, `I, `u, `U. Add "i, "I. Delete ~t. For Spanish, delete ~t, 'c and 'C.
This commit is contained in:
parent
725b742881
commit
f8fc543a60
@ -66,15 +66,17 @@
|
||||
|
||||
(defvar iso-languages
|
||||
'(("catalan"
|
||||
;; Note this includes some extra characters used in Spanish,
|
||||
;; on the idea that someone who uses Catalan is likely to use Spanish
|
||||
;; as well.
|
||||
(?' (?A . ?\301) (?E . ?\311) (?I . ?\315) (?O . ?\323) (?U . ?\332)
|
||||
(?C . ?\307) (?a . ?\341) (?e . ?\351) (?i . ?\355) (?o . ?\363)
|
||||
(?u . ?\372) (?c . ?\347) (?\ . ?'))
|
||||
(?` (?A . ?\300) (?E . ?\310) (?I . ?\314) (?O . ?\322) (?U . ?\331)
|
||||
(?a . ?\340) (?e . ?\350) (?i . ?\354) (?o . ?\362) (?u . ?\371)
|
||||
(?\ . ?`))
|
||||
(?\" (?U . ?\334) (?u . ?\374) (?\ . ?\"))
|
||||
(?a . ?\341) (?e . ?\351) (?i . ?\355) (?o . ?\363) (?u . ?\372)
|
||||
(?\ . ?'))
|
||||
(?` (?A . ?\300) (?E . ?\310) (?O . ?\322)
|
||||
(?a . ?\340) (?e . ?\350) (?o . ?\362) (?\ . ?`))
|
||||
(?\" (?I . ?\317) (?U . ?\334) (?i . ?\357) (?u . ?\374) (?\ . ?\"))
|
||||
(?\~ (?C . ?\307) (?N . ?\321) (?c . ?\347) (?n . ?\361)
|
||||
(?t . ?\376) (?> . ?\273) (?< . ?\253) (?! . ?\241) (?? . ?\277)
|
||||
(?> . ?\273) (?< . ?\253) (?! . ?\241) (?? . ?\277)
|
||||
(?\ . ?\~)))
|
||||
|
||||
("esperanto"
|
||||
@ -187,11 +189,11 @@
|
||||
|
||||
("spanish"
|
||||
(?' (?A . ?\301) (?E . ?\311) (?I . ?\315) (?O . ?\323) (?U . ?\332)
|
||||
(?C . ?\307) (?a . ?\341) (?e . ?\351) (?i . ?\355) (?o . ?\363)
|
||||
(?u . ?\372) (?c . ?\347) (?\ . ?'))
|
||||
(?a . ?\341) (?e . ?\351) (?i . ?\355) (?o . ?\363) (?u . ?\372)
|
||||
(?\ . ?'))
|
||||
(?\" (?U . ?\334) (?u . ?\374) (?\ . ?\"))
|
||||
(?\~ (?N . ?\321) (?n . ?\361) (?t . ?\376) (?> . ?\273) (?< . ?\253)
|
||||
(?! . ?\241) (?? . ?\277) (?\ . ?\~))))
|
||||
(?\~ (?N . ?\321) (?n . ?\361) (?> . ?\273) (?< . ?\253) (?! . ?\241)
|
||||
(?? . ?\277) (?\ . ?\~))))
|
||||
"List of language-specific customizations for the ISO Accents mode.
|
||||
|
||||
Each element of the list is of the form
|
||||
|
Loading…
Reference in New Issue
Block a user