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

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

Re: unable to create/find a .cpp file (ed.2)


From: Kevin Rodgers
Subject: Re: unable to create/find a .cpp file (ed.2)
Date: Wed, 02 Aug 2006 11:46:50 -0600
User-agent: Thunderbird 1.5.0.5 (Windows/20060719)

Gary Wessle wrote:
Kevin Rodgers <ihs_4664@yahoo.com> writes:

Gary Wessle wrote:
...
Yes, but did you check each of the files listed in that function's
doc string?  That is where the ".cpp" -> "more '%s'" association must
be coming from since it's not in extview-application-associations.

sorry, but I don't get it, "function's doc string"
C-h f mailcap-parse-mimetypes output did not give any file names
either.

Sorry, I meant the files listed in its source code (including
$MIMETYPES, e.g.):

    (cond
     (path nil)
     ((getenv "MIMETYPES") (setq path (getenv "MIMETYPES")))
     ((memq system-type mailcap-poor-system-types)
      (setq path '("~/mime.typ" "~/etc/mime.typ")))
     (t (setq path
              ;; mime.types seems to be the normal name, definitely so
              ;; on current GNUish systems.  The search order follows
              ;; that for mailcap.
              '("~/.mime.types"
                "/etc/mime.types"
                "/usr/etc/mime.types"
                "/usr/local/etc/mime.types"
                "/usr/local/www/conf/mime.types"
                "~/.mime-types"
                "/etc/mime-types"
                "/usr/etc/mime-types"
                "/usr/local/etc/mime-types"
                "/usr/local/www/conf/mime-types"))))

--
Kevin





reply via email to

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