emacs-devel
[Top][All Lists]
Advanced

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

[PATCHES] Minor patches for Remember, Minibuffer and Tab Bar


From: Gabriel do Nascimento Ribeiro
Subject: [PATCHES] Minor patches for Remember, Minibuffer and Tab Bar
Date: Sat, 05 Dec 2020 01:26:25 -0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Hi,

Here are some suggestions of minor patches. Hope it's useful in some
way.

This patch:
  - adds a trailing space to minibuffer depth indicator, so it has some
  distance from minibuffer prompt
  - adds a new face 'minibuffer-depth-indicator'

Attachment: 0001-minibuffer-depth-indicator-face-and-padding.patch
Description: Add trailing space and new face to minnibufer depth

This patch:
  - removes unused 'org-remember-handler' from
  'remember-handler-functions'
  - adds a new option 'remember-item-format-function' to be used with
  'remember-append-to-file'. This allows the user to specifify a custom
  function to format a remember item. The current format uses a
  hardcoded format that consists of 'remember-leader-text' +
  'remember-time-format' + short description for the header and the
  'buffer-string' for the body
  - adds a new option 'remember-diary-regexp' to extract the hardcoded
  and undocumented regexp used on 'remember-diary-extract-entries'
  - adds logic to automatically save the diary buffer on
  'remember-diary-extract-entries' respecting the value of
  'remember-save-after-remembering'

Attachment: 0001-remember-add-some-options.patch
Description: Add some custom options to Remember

This patch:
  - adds a new option 'tab-bar-history-buttons-show' to control
  visibility of tab-bar-history back and forward buttons, similar to
  'tab-bar-new-button-show' and 'tab-bar-close-button-show'

Attachment: 0001-tab-bar-history-buttons-show.patch
Description: Adds options to hide tab-bar history buttons

This patch:
  - adds a new option 'tab-bar-tab-name-format-function' to let user
  specify a custom function to format the final string of tab
  name. This would be useful in many cases, for example, to add custom
  properties/faces to final tab name or to trim spaces in case
  'tab-bar-rename-tab' has trailing spaces. It could also fix a trailing
  space when 'tab-bar-tab-hints' is set to  true and
  'tab-bar-tab-name-function' returns an empty string

Attachment: 0001-tab-bar-tab-name-format-function.patch
Description: Add option to format tab-bar tab name

Regards,
Gabriel do Nascimento Ribeiro







reply via email to

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