all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Richard Stallman <rms@gnu.org>
Cc: emacs-devel@gnu.org
Subject: [rms@gnu.org: Re: mouse cannot be used in *grep* buffer if font-lock is turned off]
Date: Tue, 19 Oct 2004 02:13:19 -0400	[thread overview]
Message-ID: <E1CJnFH-000064-U4@fencepost.gnu.org> (raw)

Can you arrange to make compile mode's propertization
that is necessary for RET and Mouse-1 to work properly
operate independently of whether Font Lock mode is enabled?

One idea would be to use the mechanisms of font-lock mode, but not
fontify.  The idea is that some special hack would make font-lock
operate pretty much normally even though font-lock-mode is nil, but it
would not put on any `face' properties.  This could be a feature for
modes that "need" font-lock in order to "work right".

I think this could be done fairly easily.


------- Start of forwarded message -------
From: Richard Stallman <rms@gnu.org>
To: Stefan Monnier <monnier@iro.umontreal.ca>
In-reply-to: <871xfxm5p6.fsf-monnier+emacs@gnu.org> (message from Stefan
	Monnier on Sun, 17 Oct 2004 16:50:02 -0400)
Date: Mon, 18 Oct 2004 09:59:19 -0400
Cc: emacs-pretest-bug@gnu.org, drew.adams@oracle.com
Subject: Re: mouse cannot be used in *grep* buffer if font-lock is turned off
Reply-To: rms@gnu.org
Sender: emacs-pretest-bug-bounces+rms=gnu.org@gnu.org
X-Spam-Status: No, hits=-0.5 required=5.0
	tests=IN_REP_TO,RCVD_IN_ORBS,REFERENCES
	version=2.55
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp)

    We should hack something so that M-x font-lock-mode in a *grep* buffer
    signals an error or does something more clever.  Font-lock is *necessary*
    for Emacs-21's *grep* buffer.

The problem is that setting up the properties that compilation mode
depends on uses Font Lock mode.  It's ok to use the Font Lock
mechanism, but it shouldn't be affected by turning Font Lock mode
on or off.



_______________________________________________
Emacs-pretest-bug mailing list
Emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
------- End of forwarded message -------

             reply	other threads:[~2004-10-19  6:13 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-19  6:13 Richard Stallman [this message]
2004-10-19 19:06 ` [rms@gnu.org: Re: mouse cannot be used in *grep* buffer if font-lock is turned off] Daniel Pfeiffer
2004-10-19 19:43   ` Stefan Monnier
2004-10-21  1:45     ` Richard Stallman
2004-10-19 20:59   ` David Kastrup
2004-10-19 21:59     ` Daniel Pfeiffer
2004-10-19 22:39       ` David Kastrup
2004-10-20  7:07         ` Daniel Pfeiffer
2004-10-21  1:46           ` Richard Stallman

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=E1CJnFH-000064-U4@fencepost.gnu.org \
    --to=rms@gnu.org \
    --cc=emacs-devel@gnu.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.
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.