all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Christoph Scholtes <cschol2112@googlemail.com>
To: Lars Magne Ingebrigtsen <larsi@gnus.org>
Cc: 8615@debbugs.gnu.org, jidanni@jidanni.org, cyd@stupidchicken.com,
	6954@debbugs.gnu.org, emacs-devel@gnu.org
Subject: bug#6954: bug#8615: Please make sure v q removes the buffer for JPGs just like it does for other files
Date: Fri, 15 Jul 2011 16:57:34 -0600	[thread overview]
Message-ID: <4E20C5DE.6070107__17609.1923997321$1310770861$gmane$org@gmail.com> (raw)
In-Reply-To: <m3ipr3b5av.fsf@quimbies.gnus.org>

On 7/15/2011 3:30 PM, Lars Magne Ingebrigtsen wrote:

>> $ emacs -Q a_directory_with_images
>> type v on an image
>> type q
>> Now guess what we are looking at?
>> Back to the directory?
>> No.
>> You folks buried it!
>> And the image is also buried, not killed, too!
>
> I don't think anything has actually changed with the bug you reported,
> but yeah, wow.  `q' popped to a totally different buffer than I
> expected.
>
> Is this a part of the switch-to-buffer/window thingie rework?

I can reproduce the described behavior with build from a couple of 
minutes ago.

According to describe-key, the `q' key is bound to quit-window. The `q' 
key should bury the buffer (image). `z' will kill it.

All of this is consistent with image-mode using special-mode map, which 
maps `q' to quit-window and `z' to kill buffer.

Not sure though, why `q' does not switch back to the dired buffer. It 
seems to put the dired buffer second in the buffer list and switch to 
the buffer which is first in the list.

Christoph








  parent reply	other threads:[~2011-07-15 22:57 UTC|newest]

Thread overview: 72+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-04 18:16 bug#8615: Please make sure v q removes the buffer for JPGs just like it does for other files jidanni
2011-07-04 14:31 ` Lars Magne Ingebrigtsen
2011-07-04 17:45   ` Chong Yidong
2011-07-05  1:47 ` jidanni
2011-07-05  3:44   ` Stefan Monnier
2011-07-05  3:58 ` jidanni
2011-07-05 13:35   ` Lars Magne Ingebrigtsen
2011-07-05 15:04     ` Chong Yidong
2011-07-05 15:07       ` Lars Magne Ingebrigtsen
2011-07-05 19:06         ` Stefan Monnier
2011-07-05 20:47           ` Lars Magne Ingebrigtsen
2011-07-06  0:58             ` Stefan Monnier
2011-07-14 13:53               ` Lars Magne Ingebrigtsen
2011-07-17  2:10                 ` Stefan Monnier
2010-08-31 12:41                   ` bug#6954: all viewed images left sitting in buffer-list jidanni
2011-07-16 12:24                     ` bug#6954: bug#8615: Please make sure v q removes the buffer for JPGs just like it does for other files jidanni
2011-07-17  2:27                     ` jidanni
2011-07-20 15:40                     ` jidanni
2011-07-17  2:23                   ` Lars Magne Ingebrigtsen
2011-07-15 21:27 ` jidanni
2011-07-15 21:30   ` bug#6954: " Lars Magne Ingebrigtsen
2011-07-15 21:30   ` Lars Magne Ingebrigtsen
2011-07-15 22:57     ` bug#8615: bug#6954: " Christoph Scholtes
2011-07-15 22:57     ` Christoph Scholtes [this message]
2011-07-15 22:57     ` Christoph Scholtes
2011-07-16 13:11     ` martin rudalics
2011-07-16 13:11     ` bug#6954: " martin rudalics
2011-07-16 13:11     ` martin rudalics
2011-07-16 15:19       ` Christoph Scholtes
2011-07-16 15:24         ` Lars Magne Ingebrigtsen
2011-07-18 14:42           ` Stefan Monnier
2011-07-19 15:03             ` Lars Magne Ingebrigtsen
2011-11-21 23:45               ` Juri Linkov
2011-11-22  0:46                 ` Lars Magne Ingebrigtsen
2011-11-22  1:04                   ` Juri Linkov
2011-07-16 15:19       ` Christoph Scholtes
2011-07-20 15:09         ` bug#6954: " Chong Yidong
2011-07-16 15:19       ` Christoph Scholtes
2011-07-15 21:30   ` Lars Magne Ingebrigtsen
2011-07-15 23:22 ` bug#8615: bug#6954: " jidanni
2011-07-15 23:35   ` Christoph Scholtes
2011-07-15 23:38     ` bug#6954: " Lars Magne Ingebrigtsen
2011-07-15 23:38     ` Lars Magne Ingebrigtsen
2011-07-15 23:38     ` Lars Magne Ingebrigtsen
2011-07-16  0:40       ` bug#8615: bug#6954: " Christoph Scholtes
2011-07-16  0:40       ` Christoph Scholtes
2011-07-16  0:40       ` Christoph Scholtes
2011-07-16 12:47       ` Antoine Levitt
2011-07-15 23:35   ` bug#6954: " Christoph Scholtes
2011-07-15 23:35   ` Christoph Scholtes
2011-11-22  5:44 ` jidanni
2011-11-22 16:27   ` Juri Linkov
2011-11-23  6:18     ` Chong Yidong
2011-11-23  7:20       ` Juri Linkov
2011-11-23 10:40         ` Lars Magne Ingebrigtsen
2011-11-23 14:10           ` Stefan Monnier
2011-11-23 19:51             ` Stefan Monnier
2011-11-23 20:00             ` Juri Linkov
2011-11-23 20:55               ` bug#8615: Please make sure v q removes the buffer for JPGs just likeit " Drew Adams
2011-11-23 21:18                 ` Juri Linkov
2011-11-24  2:14                   ` Stefan Monnier
2011-11-24  6:13         ` bug#8615: Please make sure v q removes the buffer for JPGs just like it " Chong Yidong
2011-11-24  7:10           ` Juri Linkov
     [not found]             ` <87ehwgm63b.fsf@jidanni.org>
2011-12-08  9:01               ` Juri Linkov
2011-11-22 22:39   ` Juri Linkov
2011-11-22 18:36 ` jidanni
2011-11-22 18:51   ` Juri Linkov
2011-11-22 19:02 ` jidanni
2011-11-22 23:35 ` jidanni
2011-12-10 10:17 ` jidanni
2011-12-13  7:12   ` Kevin Rodgers
2011-12-15 21:30   ` Juri Linkov

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='4E20C5DE.6070107__17609.1923997321$1310770861$gmane$org@gmail.com' \
    --to=cschol2112@googlemail.com \
    --cc=6954@debbugs.gnu.org \
    --cc=8615@debbugs.gnu.org \
    --cc=cyd@stupidchicken.com \
    --cc=emacs-devel@gnu.org \
    --cc=jidanni@jidanni.org \
    --cc=larsi@gnus.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.