help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Interactively edit a list of strings


From: Eric Abrahamsen
Subject: Re: Interactively edit a list of strings
Date: Sun, 22 Jul 2018 19:39:47 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Joe Riel <joer@san.rr.com> writes:

> Am looking for a good way to interactively edit a list of strings,
> that is, to allow the user to selectively delete strings from the list.
> Any suggestions on how to implement this?  

You could try using `tabulated-list-mode', display your list of strings.
Then you could write a short command to remove a string from the list
and redisplay, and bind that in the local keymap. It's tiny bit
overkill, but would make it possible to do a bunch of other stuff with
the strings.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]