unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: "Štěpán Němec" <stepnem@gmail.com>
Cc: Juri Linkov <juri@jurta.org>,
	Christoph Scholtes <cschol2112@googlemail.com>,
	Chong Yidong <cyd@stupidchicken.com>,
	emacs-devel@gnu.org, martin rudalics <rudalics@gmx.at>
Subject: Re: completion-list-mode-map
Date: Mon, 22 Aug 2011 15:52:13 -0400	[thread overview]
Message-ID: <jwvmxf1s01g.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <87mxf1kbh7.fsf@gmail.com> ("Štěpán Němec"'s message of "Mon, 22 Aug 2011 12:05:24 +0200")

>> I agree that one function `quit-window' should be enough,
>> but I also think that "undisplaying" a buffer should be
>> customizable like displaying a buffer, so users could customize
>> a variable like `quit-window-alist' to restore the old behavior of
>> `quit-window' and to modify the new behavior of `quit-restore-window'
>> (renamed to `quit-window').

I tend to think that the behavior of quit-window can be specified when
displaying the buffer and/or creating the window, so that quit-window
does not require any buffer-specific customization.
But I could be persuaded otherwise, given some clear examples.

>> This also requires to change its function signature to `(quit-window
>> &optional WINDOW SPECIFIERS)'.

I don't see how this follows: quit-window is a command.  The few rare
times it's called from Elisp aren't important enough to warrant such
a change.

> I'd appreciate that, too. See bug#4550, where Stefan didn't express much
> sympathy for this, but let's hope he can be persuaded otherwise when
> more people voice their support.

As mentioned at a few other occasions, I'm fine with adding some kind of
bury-buffer-function that lets the user control whether to iconify or
delete a dedicated frame (or do something else entirely).
I'm just waiting for someone (e.g. Drew) to write the patch.


        Stefan



  reply	other threads:[~2011-08-22 19:52 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-04 14:20 completion-list-mode-map Christoph Scholtes
2011-06-06 15:31 ` completion-list-mode-map Stefan Monnier
2011-06-26 23:00   ` completion-list-mode-map Christoph Scholtes
2011-06-29  3:04     ` completion-list-mode-map Stefan Monnier
2011-07-02 16:00       ` completion-list-mode-map Christoph Scholtes
2011-07-02 22:30         ` completion-list-mode-map Stefan Monnier
2011-07-03  0:18           ` completion-list-mode-map Christoph Scholtes
2011-07-03  5:38             ` completion-list-mode-map Stefan Monnier
2011-07-06  1:37               ` completion-list-mode-map Christoph Scholtes
2011-07-06 12:49                 ` completion-list-mode-map Stefan Monnier
2011-07-10  2:41                   ` completion-list-mode-map Christoph Scholtes
2011-07-12  3:20                     ` completion-list-mode-map Stefan Monnier
2011-07-12  4:20                       ` completion-list-mode-map Christoph Scholtes
2011-07-14  2:19                         ` completion-list-mode-map Christoph Scholtes
2011-07-12 11:29                       ` completion-list-mode-map Juanma Barranquero
2011-07-13  3:57                         ` completion-list-mode-map Stefan Monnier
2011-08-02  1:59                       ` completion-list-mode-map Christoph Scholtes
2011-08-14 17:34                         ` completion-list-mode-map Chong Yidong
2011-08-15  2:11                           ` completion-list-mode-map Stefan Monnier
2011-08-15  4:48                             ` completion-list-mode-map Thierry Volpiatto
2011-08-15 15:12                             ` completion-list-mode-map Chong Yidong
2011-08-16 16:54                               ` completion-list-mode-map Stefan Monnier
2011-08-16 18:53                                 ` completion-list-mode-map martin rudalics
2011-08-16 20:29                                   ` completion-list-mode-map Stefan Monnier
2011-08-16 20:54                                     ` completion-list-mode-map martin rudalics
2011-08-16 22:06                                       ` completion-list-mode-map Chong Yidong
2011-08-17  9:06                                         ` completion-list-mode-map martin rudalics
2011-08-17 20:39                                           ` completion-list-mode-map Chong Yidong
2011-08-18  6:57                                             ` completion-list-mode-map martin rudalics
2011-08-18 22:46                                               ` completion-list-mode-map Chong Yidong
2011-08-19  7:13                                                 ` completion-list-mode-map martin rudalics
2011-08-20 19:20                                                   ` completion-list-mode-map Chong Yidong
2011-08-21  8:45                                                     ` completion-list-mode-map martin rudalics
2011-08-21 20:26                                                       ` completion-list-mode-map Chong Yidong
2011-08-22  9:00                                                         ` completion-list-mode-map Juri Linkov
2011-08-22 10:05                                                           ` completion-list-mode-map Štěpán Němec
2011-08-22 19:52                                                             ` Stefan Monnier [this message]
2011-08-22 15:00                                                           ` completion-list-mode-map Chong Yidong
2011-08-23  9:44                                                         ` completion-list-mode-map martin rudalics
2011-09-03 17:19                                                         ` completion-list-mode-map Christoph Scholtes
2011-09-03 18:33                                                           ` completion-list-mode-map Chong Yidong
2011-09-03 20:01                                                             ` completion-list-mode-map Christoph Scholtes
2011-09-05 14:40                                                               ` completion-list-mode-map Chong Yidong
2011-09-05 18:02                                                               ` completion-list-mode-map Andreas Schwab
2011-08-17  1:19                                       ` completion-list-mode-map Stefan Monnier
2011-08-17  9:06                                         ` completion-list-mode-map martin rudalics
  -- strict thread matches above, loose matches on Subject: below --
2011-03-16 22:46 completion-list-mode-map Christoph Scholtes
2011-03-17  2:22 ` completion-list-mode-map Stefan Monnier
2011-03-17  5:00   ` completion-list-mode-map Christoph Scholtes
2011-03-17 12:53     ` completion-list-mode-map Wojciech Meyer

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=jwvmxf1s01g.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=cschol2112@googlemail.com \
    --cc=cyd@stupidchicken.com \
    --cc=emacs-devel@gnu.org \
    --cc=juri@jurta.org \
    --cc=rudalics@gmx.at \
    --cc=stepnem@gmail.com \
    /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).