Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
Subject: Re: Embedded lisp in the message body: hwoto ?
Date: Tue, 05 Oct 2004 10:24:44 +0900	[thread overview]
Message-ID: <b9yr7oe5543.fsf@jpl.org> (raw)
In-Reply-To: <loom.20041003T162131-939@post.gmane.org>

>>>>> In <loom.20041003T162131-939@post.gmane.org> Xavier Maillard wrote:

> I think about emacs-lisp mode customization but I really can't find
> it. All I know, is, if I comment almost 99% of my .emacs file, it
> seems to render.

Isn't it about font-lock'ing that you are talking?  If so, I
guess you are using

(add-hook 'emacs-lisp-mode-hook 'turn-on-font-lock)

instead of

(global-font-lock-mode 1)

In that case, font-lock is turned on by the hook and then turned
off by jit-lock-refontify by way of mm-display-inline-fontify.

It doesn't seem easy to fix the problem by Gnus and I think it
is proper to recommend Emacs users to use global-font-lock-mode
and also the font-lock-global-modes variable.



  reply	other threads:[~2004-10-05  1:24 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-30 23:42 Xavier Maillard
2004-10-01 18:24 ` Jesper Harder
2004-10-01 20:28   ` Xavier Maillard
2004-10-01 20:49     ` Jesper Harder
2004-10-01 20:49   ` Xavier Maillard
2004-10-02 19:44     ` Jesper Harder
2004-10-03 14:24       ` Xavier Maillard
2004-10-05  1:24         ` Katsumi Yamaoka [this message]
2004-10-05  4:45           ` [SOLVED] (was: Embedded lisp in the message body: hwoto ?) Xavier Maillard
2004-10-02 15:55   ` Embedded lisp in the message body: hwoto ? Xavier Maillard
2004-10-07  8:27   ` Cristian Gutierrez
2004-10-07 15:45     ` Xavier Maillard

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=b9yr7oe5543.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).