unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Preload encoded-kb on MS-Windows
@ 2006-05-13 13:39 Eli Zaretskii
  2006-05-14  2:44 ` Stefan Monnier
  0 siblings, 1 reply; 10+ messages in thread
From: Eli Zaretskii @ 2006-05-13 13:39 UTC (permalink / raw)


On MS-Windows, the startup code always causes encoded-kb to be loaded,
because of this snippet from mule-cmds.el

    ;; On Windows, override locale-coding-system,
    ;; keyboard-coding-system with system codepage.  Note:
    ;; selection-coding-system is already set in w32select.c.
    (when (boundp 'w32-ansi-code-page)
      (let ((code-page-coding (intern (format "cp%d" w32-ansi-code-page))))
	(when (coding-system-p code-page-coding)
	  (setq locale-coding-system code-page-coding)
	  (set-keyboard-coding-system code-page-coding)
	  (set-terminal-coding-system code-page-coding))))

This calls set-keyboard-coding-system, which in turn loads encoded-kb
to enable Encoded Keyboard minor mode.

I think this means we should preload encoded-kb on Windows.  Does
anyone disagree?

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

end of thread, other threads:[~2006-05-19 15:10 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-13 13:39 Preload encoded-kb on MS-Windows Eli Zaretskii
2006-05-14  2:44 ` Stefan Monnier
2006-05-18  1:20   ` Kenichi Handa
2006-05-18  3:40     ` Eli Zaretskii
2006-05-18  3:55       ` Kenichi Handa
2006-05-18 18:52         ` Eli Zaretskii
2006-05-19  0:33           ` Kenichi Handa
2006-05-19 10:17             ` Eli Zaretskii
2006-05-19 10:51               ` Kenichi Handa
2006-05-19 15:10           ` Richard Stallman

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).