From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: mzp Newsgroups: gmane.emacs.help Subject: Re: emacs slowly displaying files Date: Tue, 26 May 2009 09:18:40 -0700 (PDT) Message-ID: <23726463.post@talk.nabble.com> References: <23660350.post@talk.nabble.com> <87bppjlvvo.fsf@thinkpad.tsdh.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1243372463 15757 80.91.229.12 (26 May 2009 21:14:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 26 May 2009 21:14:23 +0000 (UTC) To: Help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 26 23:14:21 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1M93yO-0004Wn-Vi for geh-help-gnu-emacs@m.gmane.org; Tue, 26 May 2009 23:14:13 +0200 Original-Received: from localhost ([127.0.0.1]:47537 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M93yO-0001iJ-AK for geh-help-gnu-emacs@m.gmane.org; Tue, 26 May 2009 17:14:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M8zMV-00048u-7D for help-gnu-emacs@gnu.org; Tue, 26 May 2009 12:18:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M8zMQ-00045U-Im for Help-gnu-emacs@gnu.org; Tue, 26 May 2009 12:18:46 -0400 Original-Received: from [199.232.76.173] (port=45424 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M8zMQ-00045R-Bw for Help-gnu-emacs@gnu.org; Tue, 26 May 2009 12:18:42 -0400 Original-Received: from kuber.nabble.com ([216.139.236.158]:41938) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M8zMP-0000dX-WE for Help-gnu-emacs@gnu.org; Tue, 26 May 2009 12:18:42 -0400 Original-Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1M8zMO-0000c3-4w for Help-gnu-emacs@gnu.org; Tue, 26 May 2009 09:18:40 -0700 In-Reply-To: <87bppjlvvo.fsf@thinkpad.tsdh.de> X-Nabble-From: mzp3769@yahoo.com X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-Mailman-Approved-At: Tue, 26 May 2009 17:13:44 -0400 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:64746 Archived-At: Hi Tasillo, I put (setq inhibit-startup-screen t) into .emacs but that does not help. Thanks, Mark Tassilo Horn-5 wrote: > > mzp writes: > > Hi Mark, > >> when I open a file with e.g. emacs -nw .cshrc it does not display the >> file but comes with message "Welcome to Gnu Emacs ..." etc >> message. The file only shows when I do C-l or without prompting after >> a minute or so. It's not a big deal but a bit annoying. > > I think this will do the trick: > > (setq inhibit-startup-screen t) > >> What to do to have it show the file without extra prompts from the >> buffer? > > Generally I'd say the best way in using emacs is starting it as usual, > then firing up the server (M-x server-start) and then using "emacsclient > " to open a file from a shell or file manager. > > ,----[ (info "(emacs)Emacs Server") ] > | You can solve this problem by setting up Emacs as an "edit server", > | so that it "listens" for external edit requests and acts accordingly. > `---- > > Bye, > Tassilo > -- > My software never has bugs. It just develops random features. > > > > > -- View this message in context: http://www.nabble.com/emacs-slowly-displaying-files-tp23660350p23726463.html Sent from the Emacs - Help mailing list archive at Nabble.com.