help-gnu-emacs
[
Top
][
All Lists
]
Advanced
[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
]
change faces interactively
From
:
ishi soichi
Subject
:
change faces interactively
Date
:
Fri, 20 Jan 2012 16:41:42 +0900
I'm trying to develop an interactive function that changes faces.
For example, one way to change the face is
(define-generic-mode my-mode
nil nil
'(("think?\\w*\\|thought" . 'org-warning)) ;;changes face of "think", "thinks", and "thought"
nil nil)
But this changes the face according to the mode, not the interactive command input.
Is there anyway to develop an interactive function like that ?
(defun change-face-to-one ()
(interactive)
...
)
Thanks in advance.
soichi
reply via email to
[Prev in Thread]
Current Thread
[
Next in Thread
]
change faces interactively
,
ishi soichi
<=
RE: change faces interactively
,
Drew Adams
,
2012/01/20
Re: change faces interactively
,
ishi soichi
,
2012/01/20
RE: change faces interactively
,
Drew Adams
,
2012/01/20
Re: change faces interactively
,
Andreas Röhler
,
2012/01/23
Re: change faces interactively
,
Michael Heerdegen
,
2012/01/23
Re: change faces interactively
,
ishi soichi
,
2012/01/25
Prev by Date:
Achieving consistent key translations in terminal and GTK
Next by Date:
Re: SpeedBar questions/ requests:
Previous by thread:
Achieving consistent key translations in terminal and GTK
Next by thread:
RE: change faces interactively
Index(es):
Date
Thread