From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.bugs Subject: bug#13387: emacsclient -t suspends emacs Date: Mon, 14 Jan 2013 23:38:30 -0500 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1358224787 30024 80.91.229.3 (15 Jan 2013 04:39:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 15 Jan 2013 04:39:47 +0000 (UTC) Cc: 13387@debbugs.gnu.org To: Andreas Schwab Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Jan 15 05:40:04 2013 Return-path: Envelope-to: geb-bug-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 1TuyJZ-0002BJ-VO for geb-bug-gnu-emacs@m.gmane.org; Tue, 15 Jan 2013 05:39:58 +0100 Original-Received: from localhost ([::1]:60370 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TuyJJ-0002VB-40 for geb-bug-gnu-emacs@m.gmane.org; Mon, 14 Jan 2013 23:39:41 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:52934) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TuyJF-0002V5-QT for bug-gnu-emacs@gnu.org; Mon, 14 Jan 2013 23:39:40 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TuyJD-0004Gi-1a for bug-gnu-emacs@gnu.org; Mon, 14 Jan 2013 23:39:37 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:55198) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TuyJC-0004Ge-NP for bug-gnu-emacs@gnu.org; Mon, 14 Jan 2013 23:39:34 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1TuyJd-0007W1-LT for bug-gnu-emacs@gnu.org; Mon, 14 Jan 2013 23:40:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Dan Nicolaescu Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 15 Jan 2013 04:40:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13387 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 13387-submit@debbugs.gnu.org id=B13387.135822474228816 (code B ref 13387); Tue, 15 Jan 2013 04:40:01 +0000 Original-Received: (at 13387) by debbugs.gnu.org; 15 Jan 2013 04:39:02 +0000 Original-Received: from localhost ([127.0.0.1]:60662 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TuyIf-0007UZ-Rr for submit@debbugs.gnu.org; Mon, 14 Jan 2013 23:39:02 -0500 Original-Received: from fencepost.gnu.org ([208.118.235.10]:47594) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TuyId-0007UJ-8T for 13387@debbugs.gnu.org; Mon, 14 Jan 2013 23:39:01 -0500 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1TuyIA-0008Ie-SF; Mon, 14 Jan 2013 23:38:30 -0500 In-Reply-To: (Andreas Schwab's message of "Mon, 14 Jan 2013 23:43:53 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:69794 Archived-At: Andreas Schwab writes: > Dan Nicolaescu writes: > >> With these, I don't get git bisect to converge on the bad commit... > > That can only happen if you have misattributed a commit. I don't think I have. See the what happens below. The bad commit is: 1f8a924. $ git bisect start $ git bisect bad $ git bisect good f0d19ab Bisecting: 598 revisions left to test after this (roughly 9 steps) [28e19080148146cf7cdb42cf7139e8ccfb29560a] * info.el (Info-set-mode-line): Remove file extension from Info-current-file if there is one. $ git bisect bad Bisecting: 300 revisions left to test after this (roughly 8 steps) [b382a63696f3941f207310576c1fe2edd3dc875b] Conflate Qnil and Qunbound for `symbol-function'. * src/alloc.c (Fmake_symbol): Initialize `function' to Qnil. * src/lread.c (init_obarray): Set `function' fields to Qnil. * src/eval.c (Fcommandp): Ignore Qunbound. (Fautoload, eval_sub, Fapply, Ffuncall, Fmacroexpand): * src/data.c (Ffset, Ffboundp, indirect_function, Findirect_function): Test NILP rather than Qunbound. (Ffmakunbound): Set to Qnil. (Fsymbol_function): Never signal an error. (Finteractive_form): Ignore Qunbound. $ git bisect bad Bisecting: 143 revisions left to test after this (roughly 7 steps) [751637b60f8f64f95c56f671ccbcdd4ee26fb99e] Merge from emacs-24; up to r110855 $ git bisect bad Bisecting: 76 revisions left to test after this (roughly 6 steps) [2ac3bd2e7270f263f0eb9cae8515cb1206db2b27] Doc fix for gdb-stopped-functions. $ git bisect bad Bisecting: 37 revisions left to test after this (roughly 5 steps) [b0dd821ad4952755f440d998643c9966a00404a5] Rewrite and rename diff-delete-trailing-whitespace. $ git bisect bad Bisecting: 18 revisions left to test after this (roughly 4 steps) [c703fb479c0007a198f0b6cdea6e66f2c84b2b31] * lisp/emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val' twice when `fix-return' is set. $ git bisect bad Bisecting: 9 revisions left to test after this (roughly 3 steps) [a42511a0cc14f22cec63cdab500e5eebbc63c185] Add some documentation on defining new generalized variables $ git bisect bad Bisecting: 4 revisions left to test after this (roughly 2 steps) [b8f1b1dfdd9b7a173d92b2bf47026fbbcee33a41] * dired.texi (Dired Updating): Doc fix. $ git bisect bad Bisecting: 1 revision left to test after this (roughly 1 step) [ce494c0100321e5e571999c50f808679f4798f47] Misc small cl doc fixes $ git bisect bad Bisecting: 0 revisions left to test after this (roughly 0 steps) [51747530361f3eb823040f5e011cb6569153f7f6] Auto-commit of loaddefs files. ^^^^^^^^^^^^^^^^^^^^^^^^^^^ This is before the good commit. Why? Let's say it's good anyway: $ git bisect good ce494c0100321e5e571999c50f808679f4798f47 is the first bad commit commit ce494c0100321e5e571999c50f808679f4798f47 Author: Glenn Morris Date: Mon Nov 5 00:29:12 2012 -0800 Misc small cl doc fixes * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix. * emacs-lisp/cl-extra.el (cl-prettyexpand): * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim): * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally) (cl-the, cl-compiler-macroexpand): Add basic doc strings. :040000 040000 e8dd59be7c6b38dbc1bd0372ae8d9294ada0b354 90653dde40314ec57b022dc389f234c245d1091c M lisp