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: Gary Wessle
Subject: Re: unable to create/find a .cpp file (ed.2)
Date: 04 Aug 2006 03:48:48 +1000
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

Kevin Rodgers <ihs_4664@yahoo.com> writes:

> 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

what command do I use to get the list of the above files on my system?

looking for any "cpp" in the above files, I found

in ****************     "/etc/mime.types"
text/x-c++src                                   c++ cpp cxx cc

I don't have most of the files you listed above.
I also don't have any $MIMETYPES in my $env output.


$ locate mime*.src
noting


reply via email to

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