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

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

Re: unable to create a .cpp file


From: Kevin Rodgers
Subject: Re: unable to create a .cpp file
Date: Thu, 20 Jul 2006 16:33:30 -0600
User-agent: Thunderbird 1.5.0.4 (Windows/20060516)

Fred J. wrote:
it is only when I comment this section below that the problem does not duplicate, but then I loose the functionality it provides. this section here is copied from the .emacs file below for easy of illustration
;; uncomment this section to associate pdf and python files with modes
;; opens a a file 'pdf' with xpdf and so on...
(require 'extview)
(push '("\\.pdf$" . "xpdf %s") extview-application-associations)
(push '("\\.py$" . nil) extview-application-associations)

What does `C-h v extview-application-associations' tell you?

--
Kevin





reply via email to

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