Your message dated Mon, 19 May 2014 00:01:05 -0700 (PDT) with message-id <[email protected]> and subject line has caused the Debian Bug report #26451, regarding Visible iso-accents-mode to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 26451: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=26451 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: emacs19-el, emacs20-el Version: any Severity: wishlist [ How do I submit this bug against all three (or do we have four?) Emacs packages? Please reassign it through all of them, or shall I file three single reports? I'll forward the returned report to emacs*el@packages, I think. -Joey ] Whenever I enable iso-accents-mode in order to be able to type umlauts Emacs doesn't show it. This is confusing as the keys / and " are caught and used as modifier so typing URLs and paths gets difficult. It would be convenient if a quick glance at the status line would show that I'm in iso mode. A long time ago I've already patched iso-acc.el to behave so. Please review this patch and apply it to our Emacs's. It will display the identifier for the used encoding, e.g. "latin-1" in my case. Regards, Joey --- /usr/share/emacs/19.34/lisp/iso-acc.el Thu Aug 8 22:00:05 1996 +++ /home/joey/iso-acc.el Sun Jun 14 20:25:21 1998 @@ -254,7 +254,9 @@ (setq iso-accents-mode nil) ;; Enable electric accents. - (setq iso-accents-mode t))) + (setq iso-accents-mode t)) + (force-mode-line-update) +) (defun iso-accents-customize (language) "Customize the ISO accents machinery for a particular language. @@ -359,5 +361,7 @@ iso-accents-mode))) (add-hook 'minibuf-setup-hook 'iso-acc-minibuf-setup) + +(setq minor-mode-alist (cons (list 'iso-accents-mode (concat " " iso-language)) minor-mode-alist)) ;;; iso-acc.el ends here -- / Martin Schulze * [email protected] * 26129 Oldenburg / / http://home.pages.de/~joey/ / Unix is user friendly ... It's just picky about it's friends /
--- End Message ---
--- Begin Message ---iso-accents.el was made obsolete upstream years ago, in Emacs 22.1. The current release is 24.3. So there's no point keep this bug report open.
--- End Message ---

