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 iso-accents-mode should give hints 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: emacs20, emacs20-el Version: 20.2-8 Severity: wishlist I'd like the iso-accents-mode to give me a hint that it is enabled in my current buffer. The following patch enables this. It adds "latin-1" to the minor-mode-alist which is displayed in the status line of Emacs if your encoding is latin-1. --- ./lisp/international/iso-acc.el Thu May 29 06:40:12 1997 +++ /tmp/iso-acc.el Sun Sep 6 13:51:41 1998 @@ -352,7 +352,8 @@ (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. @@ -463,5 +464,7 @@ iso-accents-mode))) (add-hook 'minibuffer-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 Please apply the patch. Regards, Joey -- Never trust an operating system you don't have source for!
--- 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 ---

