mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Remove obsolete doc references to XEmacs (Bug#37899)
* doc/misc/edt.texi (Changes, Goals): * doc/misc/emacs-mime.texi (Charset Translation): * doc/misc/gnus-faq.texi (FAQ 4-15): * doc/misc/pcl-cvs.texi (Bugs): * doc/misc/srecode.texi (SRecode Minor Mode): * lisp/cedet/srecode/insert.el (srecode-insert-ask-variable-method): * lisp/follow.el: * lisp/leim/quail/ipa.el (ipa-x-sampa, ipa-kirshenbaum): * lisp/net/newsticker.el: * lisp/obsolete/iswitchb.el: * lisp/progmodes/hideshow.el: * lisp/savehist.el (savehist-file): * lisp/vc/ediff.el: Remove obsolete references to XEmacs in doc strings and comments.
This commit is contained in:
parent
97cfb4f1e7
commit
c515d4eeb2
13 changed files with 14 additions and 58 deletions
|
|
@ -122,11 +122,7 @@ allows you to type Kirshenbaum on your ASCII-capable keyboard, producing the
|
|||
corresponding actual IPA characters in your editor.
|
||||
|
||||
See http://www.kirshenbaum.net/IPA/ascii-ipa.pdf for full details of the
|
||||
transliteration.
|
||||
|
||||
A caveat with regard to that document; while XEmacs currently preserves
|
||||
Unicode diacritics on reading and emitting them, it displays them,
|
||||
incorrectly, as separate from the modified glyphs.")
|
||||
transliteration.")
|
||||
|
||||
(quail-define-rules
|
||||
("g" "ɡ") ;; Voiced velar plosive U+0261
|
||||
|
|
@ -341,9 +337,7 @@ uses this transliteration to allow you to produce the IPA in your editor
|
|||
with a keyboard that's limited to ASCII.
|
||||
|
||||
See http://www.phon.ucl.ac.uk/home/sampa/ipasam-x.pdf for a full definition
|
||||
of the mapping. A caveat with regard to that document; while XEmacs
|
||||
currently preserves Unicode diacritics on reading and emitting them, it
|
||||
displays them, incorrectly, as separate from the modified glyphs.")
|
||||
of the mapping.")
|
||||
|
||||
(quail-define-rules
|
||||
;; Table taken from http://en.wikipedia.org/wiki/X-SAMPA, checked with
|
||||
|
|
@ -446,10 +440,7 @@ displays them, incorrectly, as separate from the modified glyphs.")
|
|||
("=\\" "ǂ") ;; Palatal click U+01C2
|
||||
("-\\" "̮") ;; Linking mark U+032E
|
||||
|
||||
;; Diacritics. Note that XEmacs doesn't yet have composed characters, so we
|
||||
;; can input them, but they won't display properly. If you send email using
|
||||
;; them, and the recipient's client is capable, they will get through,
|
||||
;; though.
|
||||
;; Diacritics.
|
||||
|
||||
("_\"" "̈") ;; Centralized U+0308
|
||||
("_+" "̟") ;; Advanced U+031F
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue