* opening a cpp file
@ 2006-07-17 22:54 Gary Wessle
2006-07-18 5:22 ` harry meyers
0 siblings, 1 reply; 3+ messages in thread
From: Gary Wessle @ 2006-07-17 22:54 UTC (permalink / raw)
Hi
I am trying to open a .cpp file, it opens it with an external viewer
MR Buffer Size Mode File
-- ------ ---- ---- ----
.* *scratch* 0 Lisp Interaction
* *Messages* 1721 Fundamental
* *ESS* 182 Fundamental
* *extview log* 489 Fundamental
how can I open it normally with the cpp mode?
in my .emacs I have
****************************************************************
(setq auto-mode-alist
(append '(
("configure.in" . m4-mode)
("\\.m4\\'" . m4-mode)
("\\.am\\'" . makefile-mode)
("\\.cpp\\'" . c++-mode)
("\\.h$" . c++-mode)
("\\.py\\'" . python-mode))
auto-mode-alist))
****************************************************************
thanks
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: opening a cpp file
2006-07-17 22:54 opening a cpp file Gary Wessle
@ 2006-07-18 5:22 ` harry meyers
2006-07-18 14:18 ` David Hansen
0 siblings, 1 reply; 3+ messages in thread
From: harry meyers @ 2006-07-18 5:22 UTC (permalink / raw)
Gary Wessle schrieb:
> Hi
> I am trying to open a .cpp file, it opens it with an external viewer
>
> MR Buffer Size Mode File
> -- ------ ---- ---- ----
> .* *scratch* 0 Lisp Interaction
> * *Messages* 1721 Fundamental
> * *ESS* 182 Fundamental
> * *extview log* 489 Fundamental
>
> how can I open it normally with the cpp mode?
I had the same problem especially with .tex files (but others, too).
Now I open them with emacsclient. I put the appropriate lines in my
.emacs prompting extview to open .tex files with emacsclient.
harry
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: opening a cpp file
2006-07-18 5:22 ` harry meyers
@ 2006-07-18 14:18 ` David Hansen
0 siblings, 0 replies; 3+ messages in thread
From: David Hansen @ 2006-07-18 14:18 UTC (permalink / raw)
On 17 Jul 2006 22:22:46 -0700 harry meyers wrote:
> Gary Wessle schrieb:
>
>> Hi
>> I am trying to open a .cpp file, it opens it with an external viewer
>>
>> MR Buffer Size Mode File
>> -- ------ ---- ---- ----
>> .* *scratch* 0 Lisp Interaction
>> * *Messages* 1721 Fundamental
>> * *ESS* 182 Fundamental
>> * *extview log* 489 Fundamental
>>
>> how can I open it normally with the cpp mode?
>
> I had the same problem especially with .tex files (but others, too).
> Now I open them with emacsclient. I put the appropriate lines in my
> .emacs prompting extview to open .tex files with emacsclient.
Sounds most likely like some screwed configuration in your
.emacs or site lisp file. Does it happen with emacs
--no-site-file -q too?
David
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-07-18 14:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-17 22:54 opening a cpp file Gary Wessle
2006-07-18 5:22 ` harry meyers
2006-07-18 14:18 ` David Hansen
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.