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: 05 Aug 2006 10:22:41 +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:
> >>> looking for any "cpp" in the above files, I found
> >>> in ****************       "/etc/mime.types"
> >>> text/x-c++src                                     c++ cpp cxx cc
> >>
> >> I guess somewhere else "text/x-c++src" is mapped to "more '%s'".  Can
> >> you see anything suspicious in the output from `C-h v
> >> mailcap-mime-data'?
> >  ("plain"
> >    (viewer . "more '%s'")
> >    (type . "text/plain")
> >    ("needsterminal" . t))
> >   ("html"
> >    (viewer . "/usr/bin/sensible-browser '%s'")
> >    (type . "text/html")
> >    ("nametemplate" . "%s.html")
> >    ("description" . "HTML Text"))
> >   (".*"
> >    (viewer . "more '%s'")
> >    (type . "text/*")
> >    ("needsterminal" . t))
> 
> Find out where that last entry  is added (~/.emacs, default.el,
> site-start.el) and delete it.
> 

are you referring to this

    (viewer . "more '%s'")
    (type . "text/*")
    ("needsterminal" . t))

by just looking at the files "default.el" does not exist here, I could
not locate anything obvious, what is the exact "string" shall I be
searching for?


reply via email to

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