all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Drew Adams" <drew.adams@oracle.com>
To: "'ishi soichi'" <soichi777@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: RE: change faces interactively
Date: Fri, 20 Jan 2012 18:07:32 -0800	[thread overview]
Message-ID: <3859A6A238864D3D82B0DE219A88A724@us.oracle.com> (raw)
In-Reply-To: <CAEjRLuSkZ9k8S2_4Ebdh_9cAzDWmgZakskLeEX_=sjpG3k09+A@mail.gmail.com>

> Sorry for my poor explanation. 
> What I want is an interactive function that turns on/off
> face changes by command.
> 
> Say, a buffer is in "my-mode".  The above
> (define-generic-mode ... ) will AUTOMATICALLY apply the face
> definitions to all characters as soon as the buffer is
> opened (assuming the mode definition recognizes its file extension).
> I would rather develop a function that applies the faces 
> AT WILL even after the buffer is opened IN THAT MODE.  
> For example, a buffer is in "my-mode" but none of the words
> in that buffer is applied with any faces.
> Now I will implement a function, (defun my-mode-face-1 ()  
> (interactive)...), then a certain set of words in that
> buffer is bold-faced.  After that, I will implement another
> function, (defun my-mode-face-2 () (interactive) ...), then
> another set of the words in that buffer is italic-faced. And so on...
> 
> If it does not make sense, please ask me again.  I appreciate it.

Sorry, I don't have much time right now - perhaps someone else can help.

If you just want to highlight stuff then perhaps have a look here:
http://www.emacswiki.org/emacs/FaceMenuPlus
http://www.emacswiki.org/emacs/HighlightLibrary




  reply	other threads:[~2012-01-21  2:07 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-20  7:41 change faces interactively ishi soichi
2012-01-20 15:30 ` Drew Adams
2012-01-21  1:20   ` ishi soichi
2012-01-21  2:07     ` Drew Adams [this message]
2012-01-23 10:51       ` Andreas Röhler
2012-01-23 18:05     ` Michael Heerdegen
2012-01-25  6:44       ` ishi soichi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3859A6A238864D3D82B0DE219A88A724@us.oracle.com \
    --to=drew.adams@oracle.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=soichi777@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.