all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Different font for w3m-mode?
@ 2002-11-02 15:31 Felix E. Klee
  2002-11-02 16:26 ` Friedrich Dominicus
  2002-11-02 16:29 ` Michael Slass
  0 siblings, 2 replies; 5+ messages in thread
From: Felix E. Klee @ 2002-11-02 15:31 UTC (permalink / raw)


Hi,

I want to use a smaller font than the default font for viewing web pages in 
w3m-mode. Is this possible?

Felix

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Different font for w3m-mode?
  2002-11-02 15:31 Different font for w3m-mode? Felix E. Klee
@ 2002-11-02 16:26 ` Friedrich Dominicus
  2002-11-02 16:55   ` Felix E. Klee
  2002-11-02 16:29 ` Michael Slass
  1 sibling, 1 reply; 5+ messages in thread
From: Friedrich Dominicus @ 2002-11-02 16:26 UTC (permalink / raw)


"Felix E. Klee" <felix.klee@inka.de> writes:

> Hi,
> 
> I want to use a smaller font than the default font for viewing web pages in 
> w3m-mode. Is this possible?
Yes, check out the used faces e.g with
M-x customize-face  
accept all and look for w3 in front of them

To find the face at point try
M-: (text-properties-at (point))

Hope this helps 
Friedrich

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Different font for w3m-mode?
  2002-11-02 15:31 Different font for w3m-mode? Felix E. Klee
  2002-11-02 16:26 ` Friedrich Dominicus
@ 2002-11-02 16:29 ` Michael Slass
  2002-11-02 16:56   ` Felix E. Klee
  1 sibling, 1 reply; 5+ messages in thread
From: Michael Slass @ 2002-11-02 16:29 UTC (permalink / raw)


"Felix E. Klee" <felix.klee@inka.de> writes:

>Hi,
>
>I want to use a smaller font than the default font for viewing web pages in 
>w3m-mode. Is this possible?
>
>Felix
>

M-x customize-face RET w3m TAB

,----
| Click <mouse-2> on a completion to select it.
| In this buffer, type RET to select the completion near point.
| 
| Possible completions are:
| w3m-anchor-face										 w3m-arrived-anchor-face
| w3m-bold-face											 w3m-current-anchor-face
| w3m-form-button-face							 w3m-form-button-mouse-face
| w3m-form-button-pressed-face			 w3m-header-line-location-content-face
| w3m-header-line-location-title-face
| w3m-history-current-url-face			 w3m-image-face
| w3m-tab-background-face						 w3m-tab-selected-face
| w3m-tab-selected-retrieving-face	 w3m-tab-unselected-face
| w3m-tab-unselected-retrieving-face
| w3m-underline-face
`----

-- 
Mike Slass

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Different font for w3m-mode?
  2002-11-02 16:26 ` Friedrich Dominicus
@ 2002-11-02 16:55   ` Felix E. Klee
  0 siblings, 0 replies; 5+ messages in thread
From: Felix E. Klee @ 2002-11-02 16:55 UTC (permalink / raw)


Friedrich Dominicus wrote:
>> I want to use a smaller font than the default font for viewing web pages
>> in w3m-mode. Is this possible?
> Yes, check out the used faces e.g with
> M-x customize-face
> accept all and look for w3 in front of them

Unfortunately, it does not seem to be possible to customice the face used 
for normal text (ie. text not used for links, buttons, etc.) in w3m. Those 
are all the faces with w3m in front of them:

W3m Anchor Face, W3m Arrived Anchor Face, W3m Bold Face, W3m Current Anchor 
Face, W3m Form Button Face, W3m Form Button Mouse Face, W3m Form Button 
Pressed Face, W3m Form Face, W3m Header Line Location Content Face, W3m 
Header Line Location Title Face, W3m History Current Url Face, W3m Image 
Face, W3m Tab Background Face, W3m Tab Selected Face, W3m Tab Selected 
Retrieving Face, W3m Tab Unselected Face, W3m Tab Unselected Retrieving 
Face, W3m Underline Face

> To find the face at point try
> M-: (text-properties-at (point))

As expected, for normal w3m text this returns nil. For links, though, I get 
some information.

What else can I try?

Felix

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Different font for w3m-mode?
  2002-11-02 16:29 ` Michael Slass
@ 2002-11-02 16:56   ` Felix E. Klee
  0 siblings, 0 replies; 5+ messages in thread
From: Felix E. Klee @ 2002-11-02 16:56 UTC (permalink / raw)


Michael Slass wrote:
>>I want to use a smaller font than the default font for viewing web pages
>>in w3m-mode. Is this possible?
>>
> ,----
> | Click <mouse-2> on a completion to select it.
> | In this buffer, type RET to select the completion near point.
> | 
> | Possible completions are:
> | w3m-anchor-face                                                                              w3m-arrived-anchor-face
> | w3m-bold-face                                                                                        w3m-current-anchor-face
> | w3m-form-button-face                                                         w3m-form-button-mouse-face
> | w3m-form-button-pressed-face                         w3m-header-line-location-content-face
> | w3m-header-line-location-title-face
> | w3m-history-current-url-face                         w3m-image-face
> | w3m-tab-background-face                                              w3m-tab-selected-face
> | w3m-tab-selected-retrieving-face     w3m-tab-unselected-face
> | w3m-tab-unselected-retrieving-face
> | w3m-underline-face
> `----

Unfortunately, there is no face for standard text.

Felix

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-11-02 16:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-02 15:31 Different font for w3m-mode? Felix E. Klee
2002-11-02 16:26 ` Friedrich Dominicus
2002-11-02 16:55   ` Felix E. Klee
2002-11-02 16:29 ` Michael Slass
2002-11-02 16:56   ` Felix E. Klee

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.