From: "Raphaël Droz" <raphael.droz@gmail.com>
To: 18890@debbugs.gnu.org
Subject: bug#18890: 23.4; current-input-mode differs whether or not -t/-c switch was passed to emacsclient
Date: Wed, 29 Oct 2014 19:50:39 -0300 [thread overview]
Message-ID: <20141029225039.GA6431@deeebian> (raw)
In-Reply-To: <handler.18890.B.141461276313605.ack@debbugs.gnu.org>
I found that after emacsclient -a '' is run, there were 2 ways to
restore a correct dead keys behavior:
1)
M-: (set-input-meta-mode 8)
2)
M-: (set-terminal-parameter nil 'keyboard-coding-saved-meta-mode t)
followed by
M-: (set-keyboard-coding-system 'utf-8)
But these does *not* have any effect when set inside my ~/.emacs
I initially though that because they were run too soon, or too late in
relation to loading mule.el
I was wrong in my previous email about the fact that adding
"(set-input-meta-mode 8)" to ~/.emacs solved the issue, it didn't.
After a deeper look it happens that (set-terminal-parameter) expect a
"terminal" argument.
It makes me think that the relation to emacsclient switches managing
terminal could be not so far.
By the way, still trying to localize the origin of the issue and finding
a viable ~/.emacs workaround.
prev parent reply other threads:[~2014-10-29 22:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-29 19:41 bug#18890: 23.4; current-input-mode differs whether or not -t/-c switch was passed to emacsclient Raphaël Droz
[not found] ` <handler.18890.B.141461276313605.ack@debbugs.gnu.org>
2014-10-29 22:50 ` Raphaël Droz [this message]
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=20141029225039.GA6431@deeebian \
--to=raphael.droz@gmail.com \
--cc=18890@debbugs.gnu.org \
/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).