all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* User defined outline-minor-mode-highlight
@ 2023-06-07 11:27 uzibalqa
  0 siblings, 0 replies; only message in thread
From: uzibalqa @ 2023-06-07 11:27 UTC (permalink / raw)
  To: uzibalqa via Users list for the GNU Emacs text editor

I want to give the user the ability to change the outline
highlighting setting. After taking the user option I call the
intern function to use the appropriate symbol required by
outline-minor-mode-highlight. Is this the correct way to do it ?


(defun taxocask-outl-focus (actm)
  "Setting for outline-minor-mode-highlight."

  (interactive
   (let ( (completion-ignore-case  t)
      (cseq '("t" "append" "override")) )
     (list (completing-read "Outline-Highlight: " cseq nil t))))

  (setq outline-minor-mode-highlight (intern actm)))








^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-06-07 11:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-07 11:27 User defined outline-minor-mode-highlight uzibalqa

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.