unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: carlmarcos--- via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
To: Tak Kunihiro <homeros.misasa@gmail.com>
Cc: 56198@debbugs.gnu.org, tkk@misasa.okayama-u.ac.jp
Subject: bug#56198: Request to delete window with mouse event
Date: Wed, 29 Jun 2022 02:15:17 +0200 (CEST)	[thread overview]
Message-ID: <N5gnynK--3-2@tutanota.com> (raw)
In-Reply-To: <m1v8skib7p.fsf@misasa.okayama-u.ac.jp-N5gmMGf--N-2>

[-- Attachment #1: Type: text/plain, Size: 972 bytes --]



Jun 29, 2022, 00:07 by homeros.misasa@gmail.com:

>> I frequently split my windows,  I usually kill the buffer using the
>> menu bar.  But this leaves me with the window open with some other
>> buffer.  Would like to request some facility to delete a window
>> (delete-window) using the mouse, as I frequently do for `kill-buffer'.
>>  Perhaps the capability could be inserted in the window mode-line. 
>> Where one can usually turn off a minor-mode with the mouse.
>>
>
> How about having `Close' in context menu?
>
I cannot understand this terminology.  How does one access the context menu?
What is it?


> ["Close"
>  (lambda () (interactive)
>  (if (one-window-p)
>  (if (> (length (visible-frame-list)) 1)
>  (call-interactively 'delete-frame)
>  (kill-buffer (window-buffer))) ; (quit-window)
>  (delete-window)))
>  :help "Remove this window or this frame, or kill this buffer"
>  :visible (not (region-active-p))
>  :active t]
>


[-- Attachment #2: Type: text/html, Size: 1702 bytes --]

  parent reply	other threads:[~2022-06-29  0:15 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-24 15:27 bug#56198: Request to delete window with mouse event carlmarcos--- via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-06-24 17:05 ` Juri Linkov
2022-06-24 17:10 ` Visuwesh
     [not found] ` <878rpmasxd.fsf@gmail.com-N5LgcGT----2>
2022-06-25  7:35   ` carlmarcos--- via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-06-25  8:14     ` Visuwesh
2022-06-25  8:24     ` Eli Zaretskii
2022-06-25 12:34       ` carlmarcos--- via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-06-25 14:14         ` Visuwesh
2022-06-26 15:01           ` Lars Ingebrigtsen
2022-06-26 15:26             ` Visuwesh
2022-06-26 15:31               ` Lars Ingebrigtsen
2022-06-26 15:40                 ` Visuwesh
2022-06-26 15:46                   ` Lars Ingebrigtsen
     [not found]           ` <87letjeafl.fsf@gnus.org-N5VXCNa--7-2>
2022-06-26 15:15             ` carlmarcos--- via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-06-26 15:20               ` Eli Zaretskii
2022-06-29  0:07 ` Tak Kunihiro
     [not found] ` <m1v8skib7p.fsf@misasa.okayama-u.ac.jp-N5gmMGf--N-2>
2022-06-29  0:15   ` carlmarcos--- via Bug reports for GNU Emacs, the Swiss army knife of text editors [this message]
2022-06-29  9:16     ` Tak Kunihiro
     [not found]     ` <m1k08zhlt0.fsf@misasa.okayama-u.ac.jp-N5io4Li----2>
2022-06-29 10:37       ` carlmarcos--- via Bug reports for GNU Emacs, the Swiss army knife of text editors

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=N5gnynK--3-2@tutanota.com \
    --to=bug-gnu-emacs@gnu.org \
    --cc=56198@debbugs.gnu.org \
    --cc=carlmarcos@tutanota.com \
    --cc=homeros.misasa@gmail.com \
    --cc=tkk@misasa.okayama-u.ac.jp \
    /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).