From: Eli Zaretskii <eliz@gnu.org>
To: Andreas Schwab <schwab@suse.de>
Cc: emacs-devel@gnu.org
Subject: Re: parallel bootstrap failure; _prompt_? during bootstrap build
Date: Mon, 19 Nov 2007 06:20:10 +0200 [thread overview]
Message-ID: <uoddqc1dx.fsf@gnu.org> (raw)
In-Reply-To: <jehcjj498l.fsf@sykes.suse.de> (message from Andreas Schwab on Sun, 18 Nov 2007 20:57:46 +0100)
> From: Andreas Schwab <schwab@suse.de>
> Cc: emacs-devel@gnu.org
> Date: Sun, 18 Nov 2007 20:57:46 +0100
>
> Eli Zaretskii <eliz@gnu.org> writes:
>
> > On many X installations, keyboard input does not need encoded-kb, it
> > uses X keysyms (as I'm sure you know).
>
> Please read the comment in set-locale-environment.
Really, Andreas, you should try be friendlier with your responses some
day. It's not a crime to not know something about the latest changes
to Emacs which turn upside down long established memories.
To everybody else who are not in the know: It's the multi-tty change
strikes again: it turns out set-locale-environment was modified to
_always_ set the keyboard encoding:
;; Set the `keyboard-coding-system' if appropriate (tty
;; only). At least X and MS Windows can generate
;; multilingual input.
;; XXX This was disabled unless `window-system', but that
;; leads to buggy behaviour when a tty frame is opened
;; later. Setting the keyboard coding system has no adverse
;; effect on X, so let's do it anyway. -- Lorentey
(let ((kcs (or coding-system
(car (get-language-info language-name
'coding-system)))))
(if kcs (set-keyboard-coding-system kcs frame)))
So now I'm quite convinced we should preload encoded-kb (unless we
undo this change).
next prev parent reply other threads:[~2007-11-19 4:20 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-16 11:32 parallel bootstrap failure; _prompt_? during bootstrap build Jim Meyering
2007-11-17 11:02 ` Eli Zaretskii
2007-11-17 11:27 ` Andreas Schwab
2007-11-17 12:13 ` Eli Zaretskii
2007-11-17 15:23 ` Andreas Schwab
2007-11-17 15:39 ` Eli Zaretskii
2007-11-17 23:31 ` Richard Stallman
2007-11-17 23:40 ` Andreas Schwab
2007-11-18 22:46 ` Richard Stallman
2007-11-19 0:03 ` Andreas Schwab
2007-11-19 19:02 ` Richard Stallman
2007-11-18 4:06 ` Eli Zaretskii
2007-11-18 10:38 ` Andreas Schwab
2007-11-18 19:05 ` Eli Zaretskii
2007-11-18 19:57 ` Andreas Schwab
2007-11-19 4:20 ` Eli Zaretskii [this message]
2007-11-19 10:10 ` Johan Bockgård
2007-11-19 19:53 ` Eli Zaretskii
2007-11-19 10:48 ` Andreas Schwab
2007-11-19 19:02 ` Richard Stallman
2007-11-19 19:44 ` Eli Zaretskii
2007-11-19 20:32 ` Eli Zaretskii
2007-11-19 12:25 ` Richard Stallman
2007-11-18 22:45 ` Richard Stallman
2007-11-19 4:23 ` Eli Zaretskii
2007-11-19 19:02 ` Richard Stallman
2007-11-19 19:21 ` Stefan Monnier
2007-11-20 12:12 ` Richard Stallman
2007-11-20 15:36 ` Stefan Monnier
2007-11-21 12:04 ` Richard Stallman
2007-11-21 15:18 ` Stefan Monnier
2007-11-19 20:42 ` Eli Zaretskii
2007-11-20 0:47 ` Kenichi Handa
2007-11-20 12:12 ` Richard Stallman
2007-11-20 20:06 ` Eli Zaretskii
2007-11-22 2:28 ` Richard Stallman
2007-11-22 4:20 ` Eli Zaretskii
2007-11-22 16:22 ` Richard Stallman
2007-11-17 12:18 ` Eli Zaretskii
2007-11-17 11:35 ` Andreas Schwab
2007-11-17 13:19 ` Jim Meyering
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=uoddqc1dx.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=emacs-devel@gnu.org \
--cc=schwab@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).