From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Aaron Meurer Newsgroups: gmane.emacs.help Subject: Re: First character beeps screen sometimes Date: Sat, 10 Mar 2012 20:40:09 -0700 Message-ID: References: <87sjhgex1h.fsf@Gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1331437244 5166 80.91.229.3 (11 Mar 2012 03:40:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 11 Mar 2012 03:40:44 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: XeCycle Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Mar 11 04:40:44 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1S6ZeE-0001UV-5r for geh-help-gnu-emacs@m.gmane.org; Sun, 11 Mar 2012 04:40:42 +0100 Original-Received: from localhost ([::1]:57290 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S6ZeD-0003Fz-7m for geh-help-gnu-emacs@m.gmane.org; Sat, 10 Mar 2012 22:40:41 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:43099) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S6Ze7-0003FV-Ru for help-gnu-emacs@gnu.org; Sat, 10 Mar 2012 22:40:37 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S6Ze5-0000oa-MK for help-gnu-emacs@gnu.org; Sat, 10 Mar 2012 22:40:35 -0500 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:64986) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S6Ze5-0000oP-FV for help-gnu-emacs@gnu.org; Sat, 10 Mar 2012 22:40:33 -0500 Original-Received: by iajr24 with SMTP id r24so5265887iaj.0 for ; Sat, 10 Mar 2012 19:40:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=XTLRyx4MtXMd33JTaZ7Wl/KjSkFWo3qcOAAAwf4gWq4=; b=bzsTs96TEJJC4vBzCr5RIxCBpmbEv8dJ8XmHG0DYt1c/Zreelw73tmCLpnl0xDh3mX fIjjIXUFoSnk1kG1tszDdAmO/kSfCi0JBqLAXCTnRbeQ0sfIS+NScUr22dVrh/MsBe1/ KQrOxEf2I6Msr/QrmJa43o45vMq3m48/9MdApGhxyuC71iUfuEkJwVXOUQgrHnD3eQ/4 nWW8Uskeo7oMGQn7ls8ZN/Q/MXlHDe5GKQyTGmOUQSMEeDRgwDTf+EWVAtE/Bx1fXCPT 6oUyiQA8ZYIIJO5w6xrqKtTNd5/iCjgkUQQRsk+b2meOIYMMKy5+4h9lukt1Nn9g2120 vC5A== Original-Received: by 10.60.22.70 with SMTP id b6mr3292744oef.5.1331437230197; Sat, 10 Mar 2012 19:40:30 -0800 (PST) Original-Received: by 10.182.203.97 with HTTP; Sat, 10 Mar 2012 19:40:09 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.210.169 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:84001 Archived-At: Hmm, well, I commented out all of .emacs, and set aside .emacs.d, but it still does it. So I'm confused. What else happens with -Q that I can look for? Aaron Meurer On Sat, Mar 10, 2012 at 1:50 PM, Aaron Meurer wrote: > OK, I just figured out that it has something to do with my .emacs > file. =A0I started the daemon with -Q and the bug didn't happen, but > without -Q, it does happen. =A0I'll see if I can't bisect the problem. > > Aaron Meurer > > On Sat, Mar 10, 2012 at 1:47 PM, Aaron Meurer wrote: >> Good to know it's not just me then :) >> >> I'm not surprised that it's a bug with emacsclient. =A0emacsclient has a >> bunch of little quirky bugs where one client will interfere with >> another and things like that. >> >> I can say that this has nothing to do with X. =A0I compiled emacs with >> --with-x=3Dno, and use it entirely in the terminal. >> >> Is there an existing emacs issue about this, or should I report it? >> Where is the emacs issue tracker even located? >> >> I just discovered how to reproduce this consistantly. =A0If I close >> emacs using M-x save-buffers-kill-emacs and restart emacs client (I >> use emacsclient -a "" -nw file), it always does this with the file I >> open. =A0It does it in cases other than this too, but assuming it's all >> the same bug, I should be able to help debug it using this fact. >> >> There is no text printed in the info buffer, except for the standard >> "When done with a buffer, type C-x #" before I start typing. >> >> Finally, is there a way to consistently work-around this? =A0Or maybe >> someone industrious can just fix the bug and get it over with. >> >> Aaron Meurer >> >> On Sat, Mar 10, 2012 at 12:26 AM, XeCycle wrote: >>> Aaron Meurer writes: >>> >>> [...] >>> >>>> Final note: I use emacsclient with emacs daemon, if that might make a >>>> difference. =A0As far as version goes, I am using a very recent build >>>> from the development repo of emacs. >>> >>> "emacsclient" is the cause. =A0I can reproduce this, by doing >>> `emacsclient -c -e '(gnus)'`, when I have no X frames open at the >>> time. =A0Sometimes can also be reproduced even when an X frame is >>> already there, though not always. >>> >>> I think this is an ancient bug. =A0Noticed this at the time I began >>> using emacsclient. >>> >>> -- >>> Carl Lei (XeCycle) >>> Department of Physics, Shanghai Jiao Tong University >>> OpenPGP public key: 7795E591 >>> Fingerprint: 1FB6 7F1F D45D F681 C845 27F7 8D71 8EC4 7795 E591