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

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

RE: [h-e-w] gnuclientw.exe


From: Sprenger, Karel
Subject: RE: [h-e-w] gnuclientw.exe
Date: Wed, 23 Jan 2002 20:57:52 +0100

Hi,

No, the question mark means that the "l" is optional.  But the regexp as
I mailed it earlier is incorrect as it should have been "\\.html?$" (the
period was missing and as the expression needs to match the extension
part, the period must be escaped as otherwise it would match any
character).

Cheers,
Karel

-----Original Message-----
From: Jonathan Arnold [mailto:address@hidden
Sent: woensdag 23 januari 2002 13:23
To: address@hidden
Subject: RE: [h-e-w] gnuclientw.exe


>(setq auto-mode-alist (cons '("\\html?$" . html-helper-mode)
>auto-mode-alist))

You probably mean:

(setq auto-mode-alist (cons '("\\htm?$" . html-helper-mode)
auto-mode-alist))


-- 
Jonathan Arnold     (mailto:address@hidden)
Amazing Developments       http://www.buddydog.org

Health nuts are going to feel stupid someday, lying in
hospitals dying of nothing. -- Redd Foxx






reply via email to

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