unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Stephen Berman <stephen.berman@gmx.net>
To: Chong Yidong <cyd@gnu.org>
Cc: 10224@debbugs.gnu.org
Subject: bug#10224: 24.0.92; M-w inhibits echoing of prefix arguments
Date: Sun, 11 Dec 2011 18:52:48 +0100	[thread overview]
Message-ID: <87zkezknbj.fsf@escher.fritz.box> (raw)
In-Reply-To: <8739cus34y.fsf@gnu.org> (Chong Yidong's message of "Fri, 09 Dec 2011 13:52:29 +0800")

On Fri, 09 Dec 2011 13:52:29 +0800 Chong Yidong <cyd@gnu.org> wrote:

> Stephen Berman <stephen.berman@gmx.net> writes:
>
>> It's definitely not a normal delay.  But your failure to reproduce it
>> (it's 100% reproducible for me) made me suspicious, so I switched to
>> another desktop environment, and sure enough, the echoing behavior after
>> M-w was normal.  So this appears to be a problem just with LXDE, which I
>> used for the first time a few days ago.  I have no idea what is causing
>> it: M-w has no desktop function in LXDE AFAICT and aside from the
>> no-echo problem works as usual in Emacs; moreover, I just determined
>> that the no-echo problem does not happen with emacs -q -nw started from
>> the LXTerminal.
>
> I have no idea what LXDE could be doing that could cause this.  If you
> add the (redisplay t) line discussed earlier in this thread, does the
> problem go away on LXDE?

Do you mean this (from Bug#10195)?

=== modified file 'lisp/simple.el'
*** lisp/simple.el	2011-11-19 19:49:56 +0000
--- lisp/simple.el	2011-12-04 02:25:33 +0000
***************
*** 3251,3256 ****
--- 3251,3257 ----
  	      ;; Swap point and mark.
  	      (set-marker (mark-marker) (point) (current-buffer))
  	      (goto-char other-end)
+ 	      (redisplay t)
  	      (sit-for blink-matching-delay)
  	      ;; Swap back.
  	      (set-marker (mark-marker) other-end (current-buffer))

If so, then no, adding the redisplay line does not prevent inhibiting
echoing of prefix arguments after setting the mark and then typing M-w.
(I tested by starting Emacs with -Q, copying the source code of
kill-ring-save into *scratch*, adding the redisplay line, evalling, then
setting the mark and typing M-w.)

Steve Berman





  reply	other threads:[~2011-12-11 17:52 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-05 20:27 bug#10224: 24.0.92; M-w inhibits echoing of prefix arguments Stephen Berman
2011-12-06  1:53 ` Chong Yidong
2011-12-06  7:30   ` Stephen Berman
2011-12-06  8:17     ` Chong Yidong
2011-12-06  9:00       ` Stephen Berman
2011-12-09  5:52         ` Chong Yidong
2011-12-11 17:52           ` Stephen Berman [this message]
2012-02-26 10:00             ` Chong Yidong
2012-02-26 21:27               ` Stephen Berman
2020-08-25 12:58 ` Lars Ingebrigtsen
2020-08-25 18:02   ` Stephen Berman

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=87zkezknbj.fsf@escher.fritz.box \
    --to=stephen.berman@gmx.net \
    --cc=10224@debbugs.gnu.org \
    --cc=cyd@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).