From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Andrew Choi Newsgroups: gmane.emacs.devel Subject: Re: Emacs with X11 on Mac OS X Date: Fri, 06 Sep 2002 15:48:00 -0600 Sender: emacs-devel-admin@gnu.org Message-ID: References: <15722.44597.628298.597724@hurricane.OCF.Berkeley.EDU> <15722.50173.878115.93312@hurricane.OCF.Berkeley.EDU> <15737.207.635205.473701@hurricane.OCF.Berkeley.EDU> Reply-To: akochoi@shaw.ca NNTP-Posting-Host: localhost.gmane.org Content-Transfer-Encoding: 7BIT X-Trace: main.gmane.org 1031348926 15299 127.0.0.1 (6 Sep 2002 21:48:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 6 Sep 2002 21:48:46 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17nQy3-0003yM-00 for ; Fri, 06 Sep 2002 23:48:43 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17nRYO-00043I-00 for ; Sat, 07 Sep 2002 00:26:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17nQzh-0003VO-00; Fri, 06 Sep 2002 17:50:25 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17nQxR-0003Of-00 for emacs-devel@gnu.org; Fri, 06 Sep 2002 17:48:05 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17nQxP-0003OH-00 for emacs-devel@gnu.org; Fri, 06 Sep 2002 17:48:05 -0400 Original-Received: from h24-71-223-10.cg.shawcable.net ([24.71.223.10] helo=pd4mo1so.prod.shaw.ca) by monty-python.gnu.org with esmtp (Exim 4.10) id 17nQxP-0003Nb-00 for emacs-devel@gnu.org; Fri, 06 Sep 2002 17:48:03 -0400 Original-Received: from pd5mr2so.prod.shaw.ca (pd5mr2so-qfe3.prod.shaw.ca [10.0.141.233]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002)) with ESMTP id <0H2100J9MDW2JW@l-daemon> for emacs-devel@gnu.org; Fri, 06 Sep 2002 15:48:02 -0600 (MDT) Original-Received: from pn2ml8so.prod.shaw.ca (pn2ml8so-qfe0.prod.shaw.ca [10.0.121.152]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002)) with ESMTP id <0H2100GEDDW2I7@l-daemon> for emacs-devel@gnu.org; Fri, 06 Sep 2002 15:48:02 -0600 (MDT) Original-Received: from localhost.shawmail (h24-71-203-212.cg.shawcable.net [24.71.203.212]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002)) with ESMTP id <0H2100MTKDW10A@l-daemon> for emacs-devel@gnu.org; Fri, 06 Sep 2002 15:48:02 -0600 (MDT) In-Reply-To: <15737.207.635205.473701@hurricane.OCF.Berkeley.EDU> Original-To: tfb@OCF.Berkeley.EDU Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:7637 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:7637 > I just got back from vacation, made the last change you suggested, > and Emacs built fine. Thanks. It seems to work fine, but I have > noticed one buglet: when I launch emacs like this: > > $ emacs some-file & > > It shows me the splash screen instead of the file I'm editing. If I > type anything, I see the correct buffer, but it's a little > disturbing. > > Other than that, it's the same old Emacs I'm used to on Unix -- > wonderful! This has been the default behavior for a while now. Please look up information on the variable inhibit-startup-message. Also please don't send general help requests to emacs-devel. Please post them to the USENET newsgroup gnu.emacs.help instead.