From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Splash screen and gnuserv Date: Wed, 13 Sep 2006 09:25:33 +0200 Message-ID: <4507B26D.7060800@student.lu.se> References: <4505E4F2.8020404@student.lu.se> <87zmd4h339.fsf@furball.mit.edu> <4507A47D.2000204@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1158132370 31115 80.91.229.2 (13 Sep 2006 07:26:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 13 Sep 2006 07:26:10 +0000 (UTC) Cc: Chong Yidong , Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 13 09:26:07 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GNP87-000291-T3 for ged-emacs-devel@m.gmane.org; Wed, 13 Sep 2006 09:25:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GNP87-0004KZ-82 for ged-emacs-devel@m.gmane.org; Wed, 13 Sep 2006 03:25:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GNP7r-0004HE-Lo for emacs-devel@gnu.org; Wed, 13 Sep 2006 03:25:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GNP7q-0004GC-20 for emacs-devel@gnu.org; Wed, 13 Sep 2006 03:25:39 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GNP7p-0004Fy-Qg for emacs-devel@gnu.org; Wed, 13 Sep 2006 03:25:37 -0400 Original-Received: from [81.228.8.83] (helo=pne-smtpout1-sn2.hy.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GNP9S-000295-V9; Wed, 13 Sep 2006 03:27:19 -0400 Original-Received: from [192.168.123.121] (83.249.218.244) by pne-smtpout1-sn2.hy.skanova.net (7.2.075) id 450708BC0001663D; Wed, 13 Sep 2006 09:25:34 +0200 User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) Original-To: Jason Rumney In-Reply-To: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:59756 Archived-At: Jason Rumney wrote: > Lennart Borgman writes: > > >> Thanks. Does that mean that there is something in emacsserver that >> turns off the splash screen? >> > > Was that what the problem was? It was not clear from the mail you > forwarded, but I thought the problem being reported was that > viper-mode came up in insert mode. > Nearly, but not quite. If the splash screen is active when gnuserv recieves the command to open a new file then something strange happens. The new file is shown, but the mode line shows the brackets (like [(Emacs-Lisp hs)] for recursive editing. There is a 'V' on the modeline so Viper should be in vi mode. However when any key is typed it is inserted in the buffer instead of executed by viper. When the splash screen finishes the brackets disappears and now everything works as expected. A workaround for this problem is to turn off the splash screen. So maybe this should be tested again with emacsserver? Sorry for not beeing clear enough before.