all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug in iso-acc.el
@ 2002-06-18 15:13 Laurent MUGNIER
  2002-06-20 14:35 ` Richard Stallman
  0 siblings, 1 reply; 2+ messages in thread
From: Laurent MUGNIER @ 2002-06-18 15:13 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 2083 bytes --]

In GNU Emacs 20.6.1 (sparc-sun-solaris2.7, X toolkit)
 of Thu Apr 13 2000 on vega
configured using `configure  --prefix=/usr/gnu'

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:


Hello,


I (think I) found a bug in the definition of "french" within iso-languages,
and one in the documentation. I also have a suggestion for enhancement. 
The iso-acc.el I talk about is the one shipped with Emacs 21.2 (but my email
also applies to Emacs 20.6, which is the one I'm using now). 

(1) The list defining the combinations of "~" and other characters is
     (?~ (?< . ?\253) (?> . ?\273) (?C . ?\307) (?c . ?\347)
	 (?,  . ?,))

    It should be
     (?~ (?< . ?\253) (?> . ?\273) (?C . ?\307) (?c . ?\347)
	 (?\  . ?~))
    i.e. the last element should say that "~ " gives a "~" (same as in
     latin-1), not that "~," gives a comma! 


(2) Additionally, the comments at the beginning of the file say:
;;   '  (minute)    -> grave accent
;;   `  (backtick)  -> acute accent
    when it's actually the opposite (' -> acute, and ` -> grave accent).


(3) Last, it would be *very* useful to add the combinations ",e" -> é (e with
    acute accent) and ",E" -> É (E with acute accent). Indeed, the "'"
    pseudo-accent could then be disabled (if so desired) so that typing e.g.,
    "l'envie" does not result in the annoying "lénvie" ;-) 

    To do so, the list defining the combinations of "," and other characters
    should be: 
     (?,  (?E . ?\311) (?C . ?\307) (?e . ?\351) (?c . ?\347) (?, . ?,))))



Thanks in advance for considering these changes, and thanks a lot for Emacs.
Best regards,


        Laurent Mugnier.

____________________________________________________________________
Laurent MUGNIER  --  ONERA / Dépt Optique Théorique & Appliquée / CC
BP 72,  92322 Châtillon cedex,  France.   | Tél: 33 (0)1 46 73 47 47
http://www.onera.fr/dota/chatillon-publis | Fax: 33 (0)1 46 73 41 71
http://laurent.mugnier.free.fr            | Mél:  <mugnier@onera.fr>
____________________________________________________________________

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: bug in iso-acc.el
  2002-06-18 15:13 bug in iso-acc.el Laurent MUGNIER
@ 2002-06-20 14:35 ` Richard Stallman
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Stallman @ 2002-06-20 14:35 UTC (permalink / raw)
  Cc: emacs-devel

iso-acc.el is mostly obsolete now, since we recommend using input
methods.  But I will fix the bugs.  I hesitate to add new features
here, but I will try that idea out in an input method.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-06-20 14:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-18 15:13 bug in iso-acc.el Laurent MUGNIER
2002-06-20 14:35 ` Richard Stallman

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.