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

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

bug#5658: 23.1; Viewing .info files in Emacs' info-viewer


From: Kevin Rodgers
Subject: bug#5658: 23.1; Viewing .info files in Emacs' info-viewer
Date: Tue, 02 Mar 2010 23:05:37 -0700
User-agent: Thunderbird 2.0.0.23 (Macintosh/20090812)

usr.gentoo@googlemail.com wrote:

when visiting .info files in Emacs via find-file Emacs opens the file in the
default major-mode instead of Emacs' info-mode. I suggest therefore to add the
following default-association:

 (add-to-list 'auto-mode-alist '("\\.info\\'" . info))

The value of major-mode in an Info buffer is Info-mode:

(add-to-list 'auto-mode-alist '("\\.info\\'" . Info-mode))

--
Kevin Rodgers
Denver, Colorado, USA








reply via email to

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