alphapapa / alphapapa/activities.el

Add ability to prevent certain mode's buffers from being stored

Abierto
#105 3 comentarios 0 reacciones 0 asignados Ver en GitHub
discussion good first issue help wanted
Lenguaje dominante
Emacs Lisp
Estrellas
319
Forks
19
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

e.g., ```*eshell*``` buffers are restorable just fine whereas ```*shell*``` buffers are not (among others, e.g., python process buffers https://github.com/alphapapa/burly.el/issues/30).

I apologize if ```bookmarks``` can already do this but I can't find where. I'm not really sure what a good solution is beyond crafting a default noop ```bookmark-handler``` that can be associated with modes that do not support bookmarks or ```advice``` around ```bookmark-default-handler```. Or an ```activities``` configuration option that would take a list of buffer name regexp patterns and another list of modes to ignore, perhaps modeled after the way ```ibuffer-saved-filter-groups``` works?

Related: #30 #39 #40

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.