help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: change font for lines starting with an asterisk


From: Fabian Braennstroem
Subject: Re: change font for lines starting with an asterisk
Date: Mon, 16 Apr 2007 20:58:55 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8.0.10) Gecko/20070221 Thunderbird/1.5.0.10 Mnenhy/0.7.5.0

Hi,
it was much easier than I thought. Those asterisk are colored in
org-mode where just added the desired font. Sorry for bothering.

Greetings!
Fabian

Fabian Braennstroem schrieb am 04/15/2007 06:40 PM:
> Hi,
> 
> me again ...
> 
> Fabian Braennstroem schrieb am 04/13/2007 07:57 AM:
>> Hi,
>>
>> I know the nice font changes in auctex, e.g. for section, and would
>> like to achieve this for certain files too...
>>
>> Right now I can define some keywords
>>
>> (define-generic-mode 'fluent-mode
>>   '("#")
>>   '("DEBUG")
>>   '( ("INFO" . 'font-lock-constant-face)
>>     ("DEBUG" . 'font-lock-keyword-face)
>>     ("WARN" . 'font-lock-type-face)
>>     ("ERROR" . 'paren-face-mismatch)
>>     ("WARNING" . 'font-lock-fatal-face))
>>   '(".jou\\'")
>>   nil
>>   "Major mode for editing fluent journal files")
>>
>>
>> and set the faces:
>>
>>   (custom-set-faces
>>     '(  font-latex-match-title-3-keywords ((t (:height 1.2
>> :foreground "blue" :inherit (font-latex-title-3-face)))))
>>        '(font-lock-builtin-face ((t (:foreground "cyan"))))
>>        '(margin-face ((t (:background "magenta"))))
>>        '(font-lock-comment-face ((t (:foreground "green"))))
>>        '(font-lock-constant-face ((t (:foreground "magenta"))))
>>        '(font-lock-function-name-face ((t (:underline t :bold t
>> :foreground "blue" ))))
>>        '(font-lock-keyword-face ((t (:foreground "yellow"))))
>>        '(font-lock-string-face ((t (:foreground "red"))))
>>        '(font-lock-fatal-face ((t (:underline t :bold t :foreground
>> "red" :background "black"))))
>>      ;  '(font-lock-type-face ((t (:foreground "darkgreen"))))
>>        '(font-lock-variable-name-face ((t (:foreground "black"))))
>>
>>
>> I would like to know, how I can change the color and especially the
>> font size of all lines starting with an asterisk? Does anyone have
>> an idea for emacs  21.3.1?
> 
> If nobody has an idea, how one can change lines starting with an
> '*', you might know how to adjust the font size. This should be
> possible in some way... auctex is doing it for section lines in a
> latex file.
> Would be nice, if you have an idea.
> 
> Greetings!
> Fabian


reply via email to

[Prev in Thread] Current Thread [Next in Thread]