From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ian Eure Newsgroups: gmane.emacs.devel Subject: Re: emacsclient 22 and 23 incompatibility Date: Fri, 7 Aug 2009 09:22:53 -0700 Message-ID: <61658F61-8404-4AE3-A56A-2BDA6B9C5699@digg.com> References: <40968C64-648B-4601-89EB-6197D65E5020@gmail.com> <87d47fby7n.fsf@lola.goethe.zz> <85545288-C7CC-49A9-8782-483C801D635F@gmail.com> <59B1480D-DD03-419D-83FA-C3995F4B155E@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1249662194 7414 80.91.229.12 (7 Aug 2009 16:23:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 7 Aug 2009 16:23:14 +0000 (UTC) Cc: emacs-devel@gnu.org To: Vagn Johansen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 07 18:23:07 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MZSDi-0008Ne-Lr for ged-emacs-devel@m.gmane.org; Fri, 07 Aug 2009 18:23:06 +0200 Original-Received: from localhost ([127.0.0.1]:60608 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MZSDh-0001DI-Or for ged-emacs-devel@m.gmane.org; Fri, 07 Aug 2009 12:23:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MZSDd-0001DB-Jp for emacs-devel@gnu.org; Fri, 07 Aug 2009 12:23:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MZSDY-0001C5-Sv for emacs-devel@gnu.org; Fri, 07 Aug 2009 12:23:01 -0400 Original-Received: from [199.232.76.173] (port=41211 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MZSDY-0001Bt-Gk for emacs-devel@gnu.org; Fri, 07 Aug 2009 12:22:56 -0400 Original-Received: from mail.digg.com ([64.191.203.36]:51433) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MZSDY-0001nZ-5h for emacs-devel@gnu.org; Fri, 07 Aug 2009 12:22:56 -0400 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.digg.com (Postfix) with ESMTP id 99BFFA8504C; Fri, 7 Aug 2009 09:22:54 -0700 (PDT) X-Virus-Scanned: amavisd-new at d242.digg.internal Original-Received: from mail.digg.com ([127.0.0.1]) by localhost (mail.digg.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VOOYA2Bu5OAA; Fri, 7 Aug 2009 09:22:54 -0700 (PDT) Original-Received: from [10.2.16.50] (diggstage01.digg.com [64.191.203.34]) by mail.digg.com (Postfix) with ESMTP id 4DB6CA84FC2; Fri, 7 Aug 2009 09:22:54 -0700 (PDT) In-Reply-To: X-Mailer: Apple Mail (2.936) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:113781 Archived-At: On Aug 3, 2009, at 8:14 AM, Vagn Johansen wrote: > Leo writes: > >> On 2009-08-03 08:29 +0100, Vagn Johansen wrote: >>> 23.1 is very buggy on OS X, at least on 10.4. It would be a very bad >>> idea if they did this. >>> >>> I have had several crashes. Also with "emacs -Q" I cannot enter '\' >>> and '|' on a danish keyboard. >> >> Do you know if this happens with emacs compiled with no gui toolkit? > > Is that a possibility on OS X? > > I run > > ./configure --with-ns --prefix=.. > You want: ./configure --without-ns >> I would expect it to be nearly equivalent to that of GNU/Linux, no? > > If you mean "emacs -nw" I have only tried it for about 5 minutes. It > has some redrawing problems when run in the Terminal application: top > menu bar partially drawn and also doing a C-x C-f will sometimes not > show the "Find file:" text. > I don't use it regularly, but I haven't seen any obvious problems with Emacs 23.1 (or the last six months of CVS) running in a terminal on OS X. Using `emacsclient -t' with a server running on NS also works fine for me. I definitely can't reproduce the drawing issues you mention. - Ian