GNU bug report logs -
#30988
25.3; Cannot input capital sharp S using the input method german-prefix
Previous Next
Reported by: Nichtmein Name <cgeek97 <at> gmail.com>
Date: Thu, 29 Mar 2018 15:30:03 UTC
Severity: normal
Found in version 25.3
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #19 received at 30988 <at> debbugs.gnu.org (full text, mbox):
Eli Zaretskii <eliz <at> gnu.org> writes:
>> From: Robert Pluim <rpluim <at> gmail.com>
>> Cc: eliz <at> gnu.org, cgeek97 <at> gmail.com
>> Gmane-Reply-To-List: yes
>> Date: Fri, 30 Mar 2018 10:07:44 +0200
>>
>> Eli Zaretskii <eliz <at> gnu.org> writes:
>>
>> > In general, what you can expect from an Emacs input method is shown
>> > when you type "C-h C-\ RET". As you can see, this letter was not
>> > supported by the german-prefix and german-postfix input methods. I
>> > now added it on the master branch.
>>
>> Would it make sense to also add it to all the latin-* methods that
>> currently define a mapping for ß ?
>
> Which ones? Sharp s is a German-only thing (AFAIK), so IMO it makes
> sense to add this only to input methods that specifically support the
> German language.
grep ß '*.el' gives:
czech.el:84: ("\\s" ?ß)
czech.el:88: ("\\S" ?ß)
czech.el:191: ("\\s" ?ß)
czech.el:195: ("\\S" ?ß)
czech.el:302: ("++s" ?ß)
czech.el:325: ("++S" ?ß)
czech.el:381: ("++s" ?ß)
czech.el:404: ("++S" ?ß)
czech.el:481: ("=S" ?ß)
czech.el:505: ("=s" ?ß)
latin-alt.el:126: ("s/" ?ß)
latin-alt.el:306: ("s/" ?ß)
latin-alt.el:493: ("s/" ?ß)
latin-alt.el:677: ("s/" ?ß)
latin-alt.el:856: ("s/" ?ß)
latin-alt.el:1520: ("s/" ?ß)
latin-ltx.el:166: ("\\ss" ?ß) ;; ("{\\ss}" ?ß)
latin-post.el:114: ("s/" ?ß)
latin-post.el:290: ("s/" ?ß)
latin-post.el:470: ("s/" ?ß)
latin-post.el:647: ("s/" ?ß)
latin-post.el:819: ("s/" ?ß)
latin-post.el:1105: ("sz" ?ß)
latin-post.el:1878: ("-" ?ß)
latin-post.el:2279: ("s/" ?ß)
latin-pre.el:122: ("\"s" ?ß)
latin-pre.el:374: ("\"s" ?ß)
latin-pre.el:563: ("\"s" ?ß)
latin-pre.el:670: ("\"s" ?ß)
latin-pre.el:896: ("\"s" ?ß)
latin-pre.el:1054: ("\"s" ?ß)
latin-pre.el:1186: ("\"s" ?ß)
rfc1345.el:134: ("&ss" ?ß)
slovak.el:102: ("=s" ?ß)
slovak.el:127: ("=S" ?ß)
slovak.el:199: ("[[[s" ?ß)
slovak.el:229: ("[[[S" ?ß)
slovak.el:297: ("=s" ?ß)
slovak.el:321: ("=S" ?ß)
slovak.el:375: ("[[[s" ?ß)
slovak.el:420: ("[[[S" ?ß)
although the Czech and Slovak mappings all map to the lower-case
version, not the upper case.
Robert
This bug report was last modified 7 years and 48 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.