GNU bug report logs - #7975
23.2; emacsclient and first "C-c ..." command

Previous Next

Package: emacs;

Reported by: Nicolas Dudebout <nicolas.dudebout <at> gatech.edu>

Date: Thu, 3 Feb 2011 17:23:01 UTC

Severity: normal

Tags: unreproducible

Found in version 23.2

Done: Noam Postavsky <npostavs <at> users.sourceforge.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 7975 in the body.
You can then email your comments to 7975 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#7975; Package emacs. (Thu, 03 Feb 2011 17:23:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Nicolas Dudebout <nicolas.dudebout <at> gatech.edu>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Thu, 03 Feb 2011 17:23:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Dudebout <nicolas.dudebout <at> gatech.edu>
To: bug-gnu-emacs <at> gnu.org
Subject: 23.2; emacsclient and first "C-c ..." command
Date: Thu, 3 Feb 2011 11:52:06 -0500
[Message part 1 (text/plain, inline)]
When launchin emacsclient right after starting emacs daemon,
mode specific commands (i.e. commands starting by C-c) do not work.
However, after you execute any command it works normally.

"any command" can be:
- a failed C-c command
- or anything else like C-n

Here are 3 examples to show what is happening. Each example starts from
emacs not running.

Example 1:
$ emacs -Q --daemon
$ emacsclient foo.py
"C-c C-c" -> "C-c C-c undefined"
"C-c C-c" does work

Example 2:
$ emacs -Q --daemon
$ emacsclient bar.c
"C-c C-n" -> "C-c C-n undefined"
"C-c C-n" does work

Example 3:
$ emacs -Q --daemon
$ emacsclient bar.c
"C-n"
"C-c C-n" does work

Regards,

Nicolas

In GNU Emacs 23.2.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.20.0)
 of 2010-05-08 on pidsley.hoetzel.info
Windowing system distributor `The X.Org Foundation', version 11.0.10902000
configured using `configure  '--prefix=/usr' '--sysconfdir=/etc'
'--libexecdir=/usr/lib' '--localstatedir=/var' '--mandir=/usr/share/man'
'--without-sound' '-with-x-toolkit=gtk' 'CFLAGS=-march=x86-64 -mtune=generic
-O2 -pipe -fno-optimize-sibling-calls' 'LDFLAGS=-Wl,--hash-style=gnu
-Wl,--as-needed''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_US.UTF-8
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8-unix
  default enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
  tooltip-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
M-x r e p o r t <tab> <return>

Recent messages:
("emacs")
Starting Emacs daemon.
When done with this frame, type C-x 5 0

Load-path shadows:
None found.

Features:
(shadow sort mail-extr message idna sendmail regexp-opt ecomplete rfc822
mml easymenu mml-sec password-cache mm-decode mm-bodies mm-encode
mailcap mail-parse rfc2231 rfc2047 rfc2045 qp ietf-drums mailabbrev
nnheader gnus-util netrc time-date mm-util mail-prsvr gmm-utils wid-edit
mailheader canlock sha1 hex-util hashcash mail-utils emacsbug server
tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd
font-setting tool-bar dnd fontset image fringe lisp-mode register page
menu-bar rfn-eshadow timer select scroll-bar mldrag mouse jit-lock
font-lock syntax facemenu font-core frame cham georgian utf-8-lang
misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew
greek romanian slovak czech european ethiopic indian cyrillic chinese
case-table epa-hook jka-cmpr-hook help simple abbrev loaddefs button
minibuffer faces cus-face files text-properties overlay md5 base64
format env code-pages mule custom widget hashtable-print-readable
backquote make-network-process dbusbind system-font-setting
font-render-setting gtk x-toolkit x multi-tty emacs)
[Message part 2 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#7975; Package emacs. (Sat, 20 Aug 2016 19:24:02 GMT) Full text and rfc822 format available.

Message #8 received at 7975 <at> debbugs.gnu.org (full text, mbox):

From: Alex <agrambot <at> gmail.com>
To: Nicolas Dudebout <nicolas.dudebout <at> gatech.edu>
Cc: 7975 <at> debbugs.gnu.org
Subject: Re: bug#7975: 23.2; emacsclient and first "C-c ..." command
Date: Sat, 20 Aug 2016 13:23:25 -0600
Nicolas Dudebout <nicolas.dudebout <at> gatech.edu> writes:

> When launchin emacsclient right after starting emacs daemon,
> mode specific commands (i.e. commands starting by C-c) do not work.
> However, after you execute any command it works normally.
>
> "any command" can be:
> - a failed C-c command
> - or anything else like C-n
>
> Here are 3 examples to show what is happening. Each example starts from
> emacs not running.
>
> Example 1:
> $ emacs -Q --daemon
> $ emacsclient foo.py
> "C-c C-c" -> "C-c C-c undefined"
> "C-c C-c" does work
>
> Example 2:
> $ emacs -Q --daemon
> $ emacsclient bar.c
> "C-c C-n" -> "C-c C-n undefined"
> "C-c C-n" does work
>
> Example 3:
> $ emacs -Q --daemon
> $ emacsclient bar.c
> "C-n"
> "C-c C-n" does work
>
> Regards,
>
> Nicolas

Hi, I can't seem to reproduce this even on Emacs 23.2. Is anyone else
able to?




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#7975; Package emacs. (Tue, 13 Feb 2018 00:42:01 GMT) Full text and rfc822 format available.

Message #11 received at 7975 <at> debbugs.gnu.org (full text, mbox):

From: Noam Postavsky <npostavs <at> users.sourceforge.net>
To: Alex <agrambot <at> gmail.com>
Cc: 7975 <at> debbugs.gnu.org, Nicolas Dudebout <nicolas.dudebout <at> gatech.edu>
Subject: Re: bug#7975: 23.2; emacsclient and first "C-c ..." command
Date: Mon, 12 Feb 2018 19:41:29 -0500
tags 7975 unreproducible
close 7975
quit

Alex <agrambot <at> gmail.com> writes:

> Nicolas Dudebout <nicolas.dudebout <at> gatech.edu> writes:

>> Example 1:
>> $ emacs -Q --daemon
>> $ emacsclient foo.py
>> "C-c C-c" -> "C-c C-c undefined"
>> "C-c C-c" does work
>>
>> Example 2:
>> $ emacs -Q --daemon
>> $ emacsclient bar.c
>> "C-c C-n" -> "C-c C-n undefined"
>> "C-c C-n" does work
>>
>> Example 3:
>> $ emacs -Q --daemon
>> $ emacsclient bar.c
>> "C-n"
>> "C-c C-n" does work

> Hi, I can't seem to reproduce this even on Emacs 23.2. Is anyone else
> able to?

I'm unable to reproduce it (although I only have running Emacs versions
back to 24.3) and I don't recall seeing any other reports of this, so I
doubt it's a current problem.




Added tag(s) unreproducible. Request was from Noam Postavsky <npostavs <at> users.sourceforge.net> to control <at> debbugs.gnu.org. (Tue, 13 Feb 2018 00:42:02 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 7975 <at> debbugs.gnu.org and Nicolas Dudebout <nicolas.dudebout <at> gatech.edu> Request was from Noam Postavsky <npostavs <at> users.sourceforge.net> to control <at> debbugs.gnu.org. (Tue, 13 Feb 2018 00:42:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 13 Mar 2018 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 7 years and 106 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.