From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "harry meyers" Newsgroups: gmane.emacs.help Subject: Re: opening a cpp file Date: 17 Jul 2006 22:22:46 -0700 Organization: http://groups.google.com Message-ID: <1153200166.105932.196130@35g2000cwc.googlegroups.com> References: <877j2bc058.fsf@localhost.localdomain> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1153201256 28119 80.91.229.2 (18 Jul 2006 05:40:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 18 Jul 2006 05:40:56 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jul 18 07:40:51 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1G2iKA-0003Wq-Af for geh-help-gnu-emacs@m.gmane.org; Tue, 18 Jul 2006 07:40:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G2iK9-0000fT-Pk for geh-help-gnu-emacs@m.gmane.org; Tue, 18 Jul 2006 01:40:49 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!35g2000cwc.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 21 Original-NNTP-Posting-Host: 84.191.14.50 Original-X-Trace: posting.google.com 1153200171 5931 127.0.0.1 (18 Jul 2006 05:22:51 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 18 Jul 2006 05:22:51 +0000 (UTC) In-Reply-To: <877j2bc058.fsf@localhost.localdomain> User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20051213 Firefox/1.6a1,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: 35g2000cwc.googlegroups.com; posting-host=84.191.14.50; posting-account=I30K0Q0AAABNbMHNxg3aE0UsnX5wNzh2 Original-Xref: shelby.stanford.edu gnu.emacs.help:140409 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:36038 Archived-At: 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