all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
Cc: help-gnu-emacs@gnu.org
Subject: Re: menus; syntax highlighting does not seem to work (SUSE 10.0 Linux)
Date: Sun, 23 Apr 2006 23:14:26 +0200	[thread overview]
Message-ID: <1F7B70CF-00A8-4FFB-80BC-468244B5501A@Web.DE> (raw)
In-Reply-To: <CBEOLOCONKCPFHLFGEAMCENICAAA.sommer@ncable.com.au>


Am 23.04.2006 um 14:02 schrieb Karl Sommer & Meryl Hale:

> However, I soon noticed that the menus cannot be invoked with the  
> mouse

Is your Emacs running as X client or without windows inside a  
terminal emulation? Then it's normal.

> my tex files do not show any syntax highlighting after invoking M-x
> font-lock-mode except for some characters that are changed to bold  
> typeface.
> There is however no colour.

You don't switch on or off font-lock-mode interactively! Try  
something like this (XEmacs compliant):

	(cond ((fboundp 'global-font-lock-mode)
	   ;; Turn on font-lock in all modes that support it
	   (global-font-lock-mode 1)
	;   (setq font-lock-multiline 'undecided')
	   (setq jit-lock-stealth-verbose t)
	   (setq jit-lock-mode t)
	;   (setq jit-lock-stealth-load 80)
	   ;; Maximum colors
	   (setq font-lock-maximum-decoration t)))
	;  (setq font-lock-maximum-decoration '((tex-mode . 2) (latex-mode .  
2) (t . t)))


--
Greetings

   Pete                           <]
              o        __o         |__    o       HPV, the real
     ___o    /I       -\<,         |o \  -\),-%     high speed!
___/\ /\___./ \___...O/ O____.....`-O-'-()--o_________________

  reply	other threads:[~2006-04-23 21:14 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-23 12:02 menus; syntax highlighting does not seem to work (SUSE 10.0 Linux) Karl Sommer & Meryl Hale
2006-04-23 21:14 ` Peter Dyballa [this message]
     [not found] ` <mailman.820.1145826876.9609.help-gnu-emacs@gnu.org>
2006-04-23 23:56   ` Tim X
2006-04-24  8:52   ` Stefan Monnier
2006-04-25 15:25 ` Reiner Steib

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=1F7B70CF-00A8-4FFB-80BC-468244B5501A@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=help-gnu-emacs@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.