unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#60714: 28.1; feature request: interactively kill buffers without asking confirmation
@ 2023-01-10 15:41 Davide Pola
  2023-01-13 14:57 ` Andrea Corallo
  2023-02-01 17:20 ` bug#60714: 28.1; feature request: interactively kill buffers without ask Davide Pola
  0 siblings, 2 replies; 5+ messages in thread
From: Davide Pola @ 2023-01-10 15:41 UTC (permalink / raw)
  To: 60714


Hi,

this is a feature request for being able to kill matching buffers
without confirmation. I am aware of the existance of
kill-matching-buffers but as of now there is no way to pass the no-ask
argument interactively.

Many thanks,

Davide


In GNU Emacs 28.1 (build 2, x86_64-pc-linux-gnu, X toolkit, cairo version 1.8.6, Xaw scroll bars)
 of 2022-04-21 built on depot-rhe7w4
System Description: Red Hat Enterprise Linux Server 7.9 (Maipo)

Configured using:
 'configure --prefix=/arm/tools/gnu/emacs/28.1/rhe7-x86_64
 PKG_CONFIG=/arm/tools/gnu/pkg-config/0.29/rhe7-x86_64/bin/pkg-config
 PKG_CONFIG_PATH=/arm/tools/fontconfig/fontconfig/2.6.0/rhe7-x86_64/lib/pkgconfig:/arm/tools/freetype/freetype/2.10.2/rhe7-x86_64/lib/pkgconfig:/arm/tools/libpng/libpng/1.2.29/rhe7-x86_64/lib/pkgconfig:/arm/tools/gnu/cairo/1.8.6/rhe7-x86_64/lib/pkgconfig:/arm/tools/gnu/pixman/0.18.4/rhe7-x86_64/lib/pkgconfig:/arm/tools/gnu/zlib/1.2.6/rhe7-x86_64/lib/pkgconfig
 --with-x-toolkit=lucid --with-xft --with-jpeg=no --with-gif=no
 --with-tiff=no --with-gnutls=ifavailable --with-cairo
 --with-native-compilation
 CPPFLAGS=-I/arm/tools/gnu/gcc-jit/9.3.0/rhe7-x86_64/include
 LDFLAGS=-L/arm/tools/gnu/gcc-jit/9.3.0/rhe7-x86_64/lib'

Configured features:
ACL CAIRO FREETYPE GMP LIBSELINUX MODULES NATIVE_COMP NOTIFY INOTIFY
PDUMPER PNG SOUND THREADS TOOLKIT_SCROLL_BARS X11 XDBE XIM XPM LUCID
ZLIB

Important settings:
  value of $LC_ALL: en_US.utf8
  value of $LANG: C
  locale-coding-system: utf-8-unix
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#60714: 28.1; feature request: interactively kill buffers without asking confirmation
  2023-01-10 15:41 bug#60714: 28.1; feature request: interactively kill buffers without asking confirmation Davide Pola
@ 2023-01-13 14:57 ` Andrea Corallo
  2023-01-20 10:21   ` Andrea Corallo
  2023-02-01 17:20 ` bug#60714: 28.1; feature request: interactively kill buffers without ask Davide Pola
  1 sibling, 1 reply; 5+ messages in thread
From: Andrea Corallo @ 2023-01-13 14:57 UTC (permalink / raw)
  To: Davide Pola; +Cc: 60714

Davide Pola <davide.pola@arm.com> writes:

> Hi,
>
> this is a feature request for being able to kill matching buffers
> without confirmation. I am aware of the existance of
> kill-matching-buffers but as of now there is no way to pass the no-ask
> argument interactively.
>
> Many thanks,
>
> Davide

What about adding something like `kill-matching-buffers-no-ask'?

Regards

  Andrea





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#60714: 28.1; feature request: interactively kill buffers without asking confirmation
  2023-01-13 14:57 ` Andrea Corallo
@ 2023-01-20 10:21   ` Andrea Corallo
  0 siblings, 0 replies; 5+ messages in thread
From: Andrea Corallo @ 2023-01-20 10:21 UTC (permalink / raw)
  To: Davide Pola; +Cc: 60714

Andrea Corallo <akrl@sdf.org> writes:

> Davide Pola <davide.pola@arm.com> writes:
>
>> Hi,
>>
>> this is a feature request for being able to kill matching buffers
>> without confirmation. I am aware of the existance of
>> kill-matching-buffers but as of now there is no way to pass the no-ask
>> argument interactively.
>>
>> Many thanks,
>>
>> Davide
>
> What about adding something like `kill-matching-buffers-no-ask'?
>

With 117f90865ad I've added into master `kill-matching-buffers-no-ask'.

Davide please let us know if this satisfies your request.

Best Regards

  Andrea





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#60714: 28.1; feature request: interactively kill buffers without ask
  2023-01-10 15:41 bug#60714: 28.1; feature request: interactively kill buffers without asking confirmation Davide Pola
  2023-01-13 14:57 ` Andrea Corallo
@ 2023-02-01 17:20 ` Davide Pola
  2023-02-02  8:55   ` Andrea Corallo
  1 sibling, 1 reply; 5+ messages in thread
From: Davide Pola @ 2023-02-01 17:20 UTC (permalink / raw)
  To: 60714@debbugs.gnu.org

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

Hi Andrea,

I tried master. kill-matching-buffers-no-ask works for me.
Thank you!

Davide
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#60714: 28.1; feature request: interactively kill buffers without ask
  2023-02-01 17:20 ` bug#60714: 28.1; feature request: interactively kill buffers without ask Davide Pola
@ 2023-02-02  8:55   ` Andrea Corallo
  0 siblings, 0 replies; 5+ messages in thread
From: Andrea Corallo @ 2023-02-02  8:55 UTC (permalink / raw)
  To: Davide Pola; +Cc: 60714-done

Davide Pola <Davide.Pola@arm.com> writes:

> Hi Andrea,
>
>  
>
> I tried master. kill-matching-buffers-no-ask works for me.
>
> Thank you!
>
>  
>
> Davide

Thanks closing then.

  Andrea





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-02-02  8:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-10 15:41 bug#60714: 28.1; feature request: interactively kill buffers without asking confirmation Davide Pola
2023-01-13 14:57 ` Andrea Corallo
2023-01-20 10:21   ` Andrea Corallo
2023-02-01 17:20 ` bug#60714: 28.1; feature request: interactively kill buffers without ask Davide Pola
2023-02-02  8:55   ` Andrea Corallo

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).