From unknown Sat Aug 16 16:23:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file Resent-From: Gregor Zattler Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 07 Jun 2014 15:59:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 17724 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 17724@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.140215669627172 (code B ref -1); Sat, 07 Jun 2014 15:59:01 +0000 Received: (at submit) by debbugs.gnu.org; 7 Jun 2014 15:58:16 +0000 Received: from localhost ([127.0.0.1]:40667 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WtJ0Y-000748-Pp for submit@debbugs.gnu.org; Sat, 07 Jun 2014 11:58:16 -0400 Received: from eggs.gnu.org ([208.118.235.92]:48620) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WtJ0U-00073s-49 for submit@debbugs.gnu.org; Sat, 07 Jun 2014 11:58:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WtJ0I-0000uo-J4 for submit@debbugs.gnu.org; Sat, 07 Jun 2014 11:58:04 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:37807) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WtJ0I-0000uk-GD for submit@debbugs.gnu.org; Sat, 07 Jun 2014 11:57:58 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50325) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WtJ0D-0005Yd-1s for bug-gnu-emacs@gnu.org; Sat, 07 Jun 2014 11:57:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WtJ07-0000tR-LC for bug-gnu-emacs@gnu.org; Sat, 07 Jun 2014 11:57:52 -0400 Received: from mout.gmx.net ([212.227.15.15]:52514) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WtJ07-0000sO-52 for bug-gnu-emacs@gnu.org; Sat, 07 Jun 2014 11:57:47 -0400 Received: from boo.workgroup ([87.149.179.228]) by mail.gmx.com (mrgmx103) with ESMTPSA (Nemesis) id 0M8MyE-1WWwaY2H6g-00vzNe for ; Sat, 07 Jun 2014 17:57:36 +0200 Received: from grfz by boo.workgroup with local (Exim 4.82_1-5b7a7c0-XX) (envelope-from ) id 1WtIzd-00039j-LZ; Sat, 07 Jun 2014 17:57:17 +0200 From: Gregor Zattler Date: Sat, 07 Jun 2014 17:57:17 +0200 Message-ID: <87bnu4ww4i.fsf@boo.workgroup> MIME-Version: 1.0 Content-Type: text/plain X-Provags-ID: V03:K0:tbKXb3Bsl/K6IbDZbbAR8jxk952cMuwRL8qzsNL4qysA5fB6ckh uh634MVlfuDHtdhjdctRejOsgEzBpZw69SyCOvAxqzRFOKvvGqJ/CNMYnu0PqAZODHfAv3/ qkXq9Fa+co4RZ2ypg6unxZ3iNEcbUR8FsBlaa1tCRe3auKBKrxD5Wet/l/O0oRgjrMM+2LT 3IifKk6A92TWEsDiMdeNw== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.1 (----) Hi, since GNU Emacs 24.4.50.1 (i686-pc-linux-gnu, GTK+ Version 3.12.2) of 2014-06-06 on boo emacs-snapshot -Q file.org gives: File mode specification error: (error "`recenter'ing a window that does not display current-buffer.") Note that this error occurs even if file.org is empty or does not exist. The same error message prevents computation of the org-agenda with my usual setup which why I found this error and report it. I assume that this error is related to this commit: commit 0ce71d38bf295205067fd334e1993906f7fb0ba7 Author: Stefan Monnier AuthorDate: Fri Jun 6 10:37:05 2014 -0400 Commit: Stefan Monnier CommitDate: Fri Jun 6 10:37:05 2014 -0400 * src/window.c (Frecenter): Signal an error if window-buffer is not current-buffer. --- lisp/ChangeLog | 17 +++++++++++------ src/ChangeLog | 3 +++ src/window.c | 25 ++++++++++++------------- 3 files changed, 26 insertions(+), 19 deletions(-) Thanks for looking into this, Gregor In GNU Emacs 24.4.50.1 (i686-pc-linux-gnu, GTK+ Version 3.12.2) of 2014-06-06 on boo System Description: Debian GNU/Linux testing (jessie) Configured using: `configure --prefix=/usr/local/stow/emacs-snapshot --enable-checking --enable-link-time-optimization --without-toolkit-scroll-bars --with-x-toolkit=gtk3' Configured features: XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND GPM DBUS GCONF GSETTINGS NOTIFY LIBSELINUX GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB Important settings: value of $LC_COLLATE: de_DE.utf8 value of $LC_CTYPE: de_DE.utf8 value of $LC_MESSAGES: POSIX value of $LC_MONETARY: de_DE.utf8 value of $LC_NUMERIC: de_DE.utf8 value of $LC_TIME: de_DE.utf8 value of $LANG: de_DE.utf8 locale-coding-system: utf-8-unix Major mode: Org Minor modes in effect: wcheck-mode: t helm-mode: t helm-match-plugin-mode: t helm-occur-match-plugin-mode: t delete-selection-mode: t cua-mode: t winner-mode: t window-number-mode: t global-hl-line-mode: t which-function-mode: t global-auto-complete-mode: t shell-dirtrack-mode: t show-paren-mode: t savehist-mode: t recentf-mode: t display-time-mode: t tooltip-mode: t electric-indent-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t size-indication-mode: t column-number-mode: t line-number-mode: t auto-fill-function: org-auto-fill-function transient-mark-mode: t abbrev-mode: t Recent input: ESC [ > 8 3 ; 4 0 2 0 0 ; 0 c n ESC x r e p o r t ESC O D RET Recent messages: Starting a new list of tags tables Restoring clock data Loading /home/grfz/.emacs.d/org-clock-save.el (source)...done Saving file /home/grfz/.emacs.d/init.el... Wrote /home/grfz/.emacs.d/init.el [2 times] File moved to front of agenda file list Tramp: Checking `vc-registered' for /vcsh:org:/home/grfz/org/org.org...done File moved to front of agenda file list When done with a buffer, type C-x # Load-path shadows: /home/grfz/.emacs.d/el-get/grizzl/grizzl-pkg hides /home/grfz/.emacs.d/elpa/grizzl-20130810.202/grizzl-pkg /home/grfz/.emacs.d/el-get/grizzl/grizzl-core hides /home/grfz/.emacs.d/elpa/grizzl-20130810.202/grizzl-core /home/grfz/.emacs.d/el-get/grizzl/grizzl-read hides /home/grfz/.emacs.d/elpa/grizzl-20130810.202/grizzl-read /home/grfz/.emacs.d/el-get/grizzl/grizzl hides /home/grfz/.emacs.d/elpa/grizzl-20130810.202/grizzl /usr/local/share/emacs/site-lisp/notmuch-address hides ~/.emacs.d/elisp/notmuch-address /home/grfz/.emacs.d/el-get/sr-speedbar/sr-speedbar hides ~/.emacs.d/elisp/sr-speedbar /home/grfz/src/org-mode/lisp/ob-js hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ob-js /home/grfz/src/org-mode/lisp/ob-ledger hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ob-ledger /home/grfz/src/org-mode/lisp/ob-fortran hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ob-fortran /home/grfz/src/org-mode/lisp/org-capture hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/org-capture /home/grfz/src/org-mode/lisp/ob-shen hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ob-shen /home/grfz/src/org-mode/lisp/org-ctags hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/org-ctags /home/grfz/src/org-mode/lisp/org-docview hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/org-docview /home/grfz/src/org-mode/lisp/ox-md hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ox-md /home/grfz/src/org-mode/lisp/ob-asymptote hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ob-asymptote /home/grfz/src/org-mode/lisp/ob-C hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ob-C /home/grfz/src/org-mode/lisp/ob-python hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ob-python /home/grfz/src/org-mode/lisp/org-macro hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/org-macro /home/grfz/src/org-mode/lisp/ob-tangle hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ob-tangle /home/grfz/src/org-mode/lisp/ob-latex hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ob-latex /home/grfz/src/org-mode/lisp/ob-mscgen hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ob-mscgen /home/grfz/src/org-mode/lisp/ob-sql hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ob-sql /home/grfz/src/org-mode/lisp/ob-ruby hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ob-ruby /home/grfz/src/org-mode/lisp/ob-ref hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ob-ref /home/grfz/src/org-mode/lisp/org-timer hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/org-timer /home/grfz/src/org-mode/lisp/org-eshell hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/org-eshell /home/grfz/src/org-mode/lisp/org-feed hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/org-feed /home/grfz/src/org-mode/lisp/ob-io hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ob-io /home/grfz/src/org-mode/lisp/ox-beamer hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ox-beamer /home/grfz/src/org-mode/lisp/org-list hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/org-list /home/grfz/src/org-mode/lisp/org-archive hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/org-archive /home/grfz/src/org-mode/lisp/org-loaddefs hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/org-loaddefs /home/grfz/src/org-mode/lisp/org-element hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/org-element /home/grfz/src/org-mode/lisp/ob-lob hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ob-lob /home/grfz/src/org-mode/lisp/ob-emacs-lisp hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ob-emacs-lisp /home/grfz/src/org-mode/lisp/org-irc hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/org-irc /home/grfz/src/org-mode/lisp/ob-comint hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ob-comint /home/grfz/src/org-mode/lisp/ob-octave hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ob-octave /home/grfz/src/org-mode/lisp/org-macs hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/org-macs /home/grfz/src/org-mode/lisp/org-protocol hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/org-protocol /home/grfz/src/org-mode/lisp/ob-awk hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ob-awk /home/grfz/src/org-mode/lisp/ox-man hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ox-man /home/grfz/src/org-mode/lisp/org-mhe hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/org-mhe /home/grfz/src/org-mode/lisp/org-table hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/org-table /home/grfz/src/org-mode/lisp/org-mobile hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/org-mobile /home/grfz/src/org-mode/lisp/ob hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ob /home/grfz/src/org-mode/lisp/ox-org hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ox-org /home/grfz/src/org-mode/lisp/ob-org hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ob-org /home/grfz/src/org-mode/lisp/org-datetree hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/org-datetree /home/grfz/src/org-mode/lisp/ob-makefile hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ob-makefile /home/grfz/src/org-mode/lisp/ob-sass hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ob-sass /home/grfz/src/org-mode/lisp/ob-lilypond hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ob-lilypond /home/grfz/src/org-mode/lisp/ob-R hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ob-R /home/grfz/src/org-mode/lisp/ob-clojure hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ob-clojure /home/grfz/src/org-mode/lisp/ob-sqlite hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ob-sqlite /home/grfz/src/org-mode/lisp/org-habit hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/org-habit /home/grfz/src/org-mode/lisp/org-gnus hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/org-gnus /home/grfz/src/org-mode/lisp/ob-keys hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ob-keys /home/grfz/src/org-mode/lisp/ob-dot hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ob-dot /home/grfz/src/org-mode/lisp/ob-perl hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ob-perl /home/grfz/src/org-mode/lisp/ob-scala hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ob-scala /home/grfz/src/org-mode/lisp/ob-calc hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ob-calc /home/grfz/src/org-mode/lisp/ob-table hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ob-table /home/grfz/src/org-mode/lisp/ob-plantuml hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ob-plantuml /home/grfz/src/org-mode/lisp/org-plot hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/org-plot /home/grfz/src/org-mode/lisp/ob-gnuplot hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ob-gnuplot /home/grfz/src/org-mode/lisp/org-rmail hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/org-rmail /home/grfz/src/org-mode/lisp/ob-eval hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ob-eval /home/grfz/src/org-mode/lisp/org-clock hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/org-clock /home/grfz/src/org-mode/lisp/ob-screen hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ob-screen /home/grfz/src/org-mode/lisp/org-install hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/org-install /home/grfz/src/org-mode/lisp/ob-core hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ob-core /home/grfz/src/org-mode/lisp/org-mouse hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/org-mouse /home/grfz/src/org-mode/lisp/org-entities hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/org-entities /home/grfz/src/org-mode/lisp/ox-texinfo hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ox-texinfo /home/grfz/src/org-mode/lisp/ob-matlab hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ob-matlab /home/grfz/src/org-mode/lisp/org-faces hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/org-faces /home/grfz/src/org-mode/lisp/org-pcomplete hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/org-pcomplete /home/grfz/src/org-mode/lisp/ox-odt hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ox-odt /home/grfz/src/org-mode/lisp/ob-css hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ob-css /home/grfz/src/org-mode/lisp/org-indent hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/org-indent /home/grfz/src/org-mode/lisp/ox-html hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ox-html /home/grfz/src/org-mode/lisp/ob-exp hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ob-exp /home/grfz/src/org-mode/lisp/org hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/org /home/grfz/src/org-mode/lisp/org-bbdb hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/org-bbdb /home/grfz/src/org-mode/lisp/org-attach hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/org-attach /home/grfz/src/org-mode/lisp/ox-icalendar hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ox-icalendar /home/grfz/src/org-mode/lisp/org-id hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/org-id /home/grfz/src/org-mode/lisp/ox hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ox /home/grfz/src/org-mode/lisp/org-inlinetask hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/org-inlinetask /home/grfz/src/org-mode/lisp/ob-lisp hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ob-lisp /home/grfz/src/org-mode/lisp/org-agenda hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/org-agenda /home/grfz/src/org-mode/lisp/ob-picolisp hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ob-picolisp /home/grfz/src/org-mode/lisp/org-crypt hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/org-crypt /home/grfz/src/org-mode/lisp/org-compat hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/org-compat /home/grfz/src/org-mode/lisp/ox-latex hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ox-latex /home/grfz/src/org-mode/lisp/org-src hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/org-src /home/grfz/src/org-mode/lisp/ob-scheme hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ob-scheme /home/grfz/src/org-mode/lisp/org-w3m hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/org-w3m /home/grfz/src/org-mode/lisp/org-colview hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/org-colview /home/grfz/src/org-mode/lisp/ob-java hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ob-java /home/grfz/src/org-mode/lisp/ob-ditaa hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ob-ditaa /home/grfz/src/org-mode/lisp/ob-ocaml hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ob-ocaml /home/grfz/src/org-mode/lisp/ob-haskell hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ob-haskell /home/grfz/src/org-mode/lisp/org-footnote hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/org-footnote /home/grfz/src/org-mode/lisp/ox-publish hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ox-publish /home/grfz/src/org-mode/lisp/org-info hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/org-info /home/grfz/src/org-mode/lisp/ox-ascii hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ox-ascii /home/grfz/src/org-mode/lisp/org-bibtex hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/org-bibtex /home/grfz/src/org-mode/lisp/org-version hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/org-version /home/grfz/src/org-mode/lisp/ob-maxima hides /usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp/org/ob-maxima /usr/local/share/emacs/site-lisp/notmuch-wash hides /usr/share/emacs-snapshot/site-lisp/notmuch/notmuch-wash /usr/local/share/emacs/site-lisp/notmuch-parser hides /usr/share/emacs-snapshot/site-lisp/notmuch/notmuch-parser /usr/local/share/emacs/site-lisp/notmuch-query hides /usr/share/emacs-snapshot/site-lisp/notmuch/notmuch-query /usr/local/share/emacs/site-lisp/notmuch-maildir-fcc hides /usr/share/emacs-snapshot/site-lisp/notmuch/notmuch-maildir-fcc /usr/local/share/emacs/site-lisp/notmuch-tag hides /usr/share/emacs-snapshot/site-lisp/notmuch/notmuch-tag /usr/local/share/emacs/site-lisp/notmuch-hello hides /usr/share/emacs-snapshot/site-lisp/notmuch/notmuch-hello /usr/local/share/emacs/site-lisp/notmuch-crypto hides /usr/share/emacs-snapshot/site-lisp/notmuch/notmuch-crypto /usr/local/share/emacs/site-lisp/notmuch-address hides /usr/share/emacs-snapshot/site-lisp/notmuch/notmuch-address /usr/local/share/emacs/site-lisp/notmuch-message hides /usr/share/emacs-snapshot/site-lisp/notmuch/notmuch-message /usr/local/share/emacs/site-lisp/notmuch-show hides /usr/share/emacs-snapshot/site-lisp/notmuch/notmuch-show /usr/local/share/emacs/site-lisp/notmuch-version hides /usr/share/emacs-snapshot/site-lisp/notmuch/notmuch-version /usr/local/share/emacs/site-lisp/coolj hides /usr/share/emacs-snapshot/site-lisp/notmuch/coolj /usr/local/share/emacs/site-lisp/notmuch-mua hides /usr/share/emacs-snapshot/site-lisp/notmuch/notmuch-mua /usr/local/share/emacs/site-lisp/notmuch-print hides /usr/share/emacs-snapshot/site-lisp/notmuch/notmuch-print /usr/local/share/emacs/site-lisp/notmuch-tree hides /usr/share/emacs-snapshot/site-lisp/notmuch/notmuch-tree /usr/local/share/emacs/site-lisp/notmuch-lib hides /usr/share/emacs-snapshot/site-lisp/notmuch/notmuch-lib /usr/local/share/emacs/site-lisp/notmuch hides /usr/share/emacs-snapshot/site-lisp/notmuch/notmuch ~/src/org-mode/contrib/lisp/htmlize hides /usr/share/emacs-snapshot/site-lisp/emacs-goodies-el/htmlize /home/grfz/.emacs.d/el-get/filladapt/filladapt hides /usr/share/emacs-snapshot/site-lisp/emacs-goodies-el/filladapt /home/grfz/.emacs.d/el-get/bbdb/lisp/bbdb-sc hides /usr/share/emacs-snapshot/site-lisp/bbdb/bbdb-sc /home/grfz/.emacs.d/el-get/bbdb/lisp/bbdb-gnus hides /usr/share/emacs-snapshot/site-lisp/bbdb/bbdb-gnus /home/grfz/.emacs.d/el-get/bbdb/lisp/bbdb hides /usr/share/emacs-snapshot/site-lisp/bbdb/bbdb /home/grfz/.emacs.d/el-get/bbdb/lisp/bbdb-rmail hides /usr/share/emacs-snapshot/site-lisp/bbdb/bbdb-rmail /home/grfz/.emacs.d/el-get/bbdb/lisp/bbdb-com hides /usr/share/emacs-snapshot/site-lisp/bbdb/bbdb-com /home/grfz/.emacs.d/el-get/bbdb/lisp/bbdb-print hides /usr/share/emacs-snapshot/site-lisp/bbdb/bbdb-print /home/grfz/.emacs.d/el-get/bbdb/lisp/bbdb-snarf hides /usr/share/emacs-snapshot/site-lisp/bbdb/bbdb-snarf /home/grfz/.emacs.d/el-get/bbdb/lisp/bbdb-migrate hides /usr/share/emacs-snapshot/site-lisp/bbdb/bbdb-migrate /home/grfz/.emacs.d/el-get/bbdb/lisp/bbdb-mhe hides /usr/share/emacs-snapshot/site-lisp/bbdb/bbdb-mhe /home/grfz/.emacs.d/el-get/bbdb/lisp/bbdb-vm hides /usr/share/emacs-snapshot/site-lisp/bbdb/bbdb-vm /home/grfz/.emacs.d/el-get/auto-complete/auto-complete-config hides /usr/share/emacs-snapshot/site-lisp/auto-complete/auto-complete-config /home/grfz/.emacs.d/el-get/popup/popup hides /usr/share/emacs-snapshot/site-lisp/auto-complete/popup /home/grfz/.emacs.d/el-get/fuzzy/fuzzy hides /usr/share/emacs-snapshot/site-lisp/auto-complete/fuzzy /home/grfz/.emacs.d/el-get/auto-complete/auto-complete hides /usr/share/emacs-snapshot/site-lisp/auto-complete/auto-complete Features: (shadow sort bbdb-message ecomplete mail-extr emacsbug add-log executable time-stamp cus-edit etags xterm em-unix em-term em-script em-prompt em-ls em-hist em-pred em-glob em-dirs em-cmpl em-basic em-banner em-alias esh-var esh-io esh-cmd esh-opt esh-ext esh-proc esh-arg esh-groups eshell esh-module esh-mode esh-util server eldoc org-track url-handlers org-toc org-secretary org-screen org-registry org-mtags org-man org-notmuch org-learn org-invoice org-expiry org-eval-light org-eval org-elisp-symbol org-collector org-table org-choose org-checklist org-bookmark org-annotate-file org-mouse org-inlinetask org-habit org-info org-id org-docview doc-view jka-compr image-mode org-ctags org-crypt org-bibtex bibtex org-bbdb expand-region text-mode-expansions the-org-mode-expansions er-basic-expansions expand-region-core expand-region-custom bbdb bbdb-site timezone filladapt wcheck-mode calfw-ical icalendar diary-lib diary-loaddefs calfw-cal calfw-org org-capture org-element avl-tree org-agenda calfw holidays hol-loaddefs notmuch-address message sendmail rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mailabbrev mail-utils gmm-utils mailheader org-clock org-mairix org-protocol org org-macro org-footnote org-pcomplete org-list org-faces org-entities noutline outline org-version ob-emacs-lisp ob ob-tangle ob-ref ob-lob ob-table ob-exp org-src ob-keys ob-comint ob-core ob-eval org-compat org-macs org-loaddefs find-func cal-menu calendar cal-loaddefs saveplace printing ps-print ps-def lpr find-dired wdired helm-mode helm-files image-dired dired-x dired-aux ffap thingatpt helm-buffers helm-elscreen helm-tags helm-bookmark helm-adaptive helm-info helm-net browse-url xml url url-proxy url-privacy url-expand url-methods url-history url-cookie url-domsuf url-util url-parse url-vars mailcap helm-plugin bookmark helm-locate helm-help helm-match-plugin helm-grep helm-regexp derived grep helm-external helm-utils compile helm delsel cua-base winner window-number hl-line which-func imenu switch-window quail sr-speedbar speedbar sb-image ezimage dframe shell-pop cssh term disp-table ehelp ibuffer bbdb-loaddefs auto-complete-config auto-complete edmacro kmacro cl-macs popup .loaddefs el-get el-get-autoloads el-get-list-packages el-get-dependencies el-get-build el-get-status pp el-get-methods el-get-fossil el-get-svn el-get-pacman el-get-github-zip el-get-github-tar el-get-http-zip el-get-http-tar el-get-hg el-get-go el-get-git-svn el-get-fink el-get-emacswiki el-get-http el-get-notify help-mode el-get-emacsmirror el-get-github el-get-git el-get-elpa el-get-darcs el-get-cvs el-get-bzr el-get-brew el-get-builtin el-get-apt-get el-get-recipes el-get-byte-compile el-get-custom el-get-core autoload lisp-mnt cl gv dired package tramp-cache tramp-sh tramp tramp-compat auth-source eieio byte-opt bytecomp byte-compile cconv eieio-core gnus-util time-date mm-util mail-prsvr password-cache tramp-loaddefs trampver shell pcomplete comint ansi-color ring format-spec advice help-fns paren savehist recentf tree-widget wid-edit cl-loaddefs cl-lib easymenu avoid time cus-start cus-load w3m-load emacs-goodies-el emacs-goodies-custom emacs-goodies-loaddefs easy-mmode bbdb-autoloads tooltip electric uniquify ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind gfilenotify dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs) Memory information: ((conses 8 652518 138714) (symbols 24 49966 5) (miscs 20 1969 7469) (strings 16 130640 11425) (string-bytes 1 4248257) (vectors 8 45479) (vector-slots 4 1584713 66610) (floats 8 783 403) (intervals 28 18492 1) (buffers 512 19) (heap 1024 48173 1168)) From unknown Sat Aug 16 16:23:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 07 Jun 2014 16:27:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17724 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Gregor Zattler , Bastien Guerry Cc: 17724@debbugs.gnu.org Reply-To: Eli Zaretskii Received: via spool by 17724-submit@debbugs.gnu.org id=B17724.140215841230328 (code B ref 17724); Sat, 07 Jun 2014 16:27:02 +0000 Received: (at 17724) by debbugs.gnu.org; 7 Jun 2014 16:26:52 +0000 Received: from localhost ([127.0.0.1]:40699 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WtJSF-0007t5-NG for submit@debbugs.gnu.org; Sat, 07 Jun 2014 12:26:52 -0400 Received: from mtaout27.012.net.il ([80.179.55.183]:40269) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WtJSC-0007sf-0X for 17724@debbugs.gnu.org; Sat, 07 Jun 2014 12:26:49 -0400 Received: from conversion-daemon.mtaout27.012.net.il by mtaout27.012.net.il (HyperSendmail v2007.08) id <0N6T00B0045A3J00@mtaout27.012.net.il> for 17724@debbugs.gnu.org; Sat, 07 Jun 2014 19:23:36 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout27.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N6T00APH47CN700@mtaout27.012.net.il>; Sat, 07 Jun 2014 19:23:36 +0300 (IDT) Date: Sat, 07 Jun 2014 19:26:35 +0300 From: Eli Zaretskii In-reply-to: <87bnu4ww4i.fsf@boo.workgroup> X-012-Sender: halo1@inter.net.il Message-id: <83r4303cuc.fsf@gnu.org> References: <87bnu4ww4i.fsf@boo.workgroup> X-Spam-Score: 1.0 (+) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) > From: Gregor Zattler > Date: Sat, 07 Jun 2014 17:57:17 +0200 > > since > > GNU Emacs 24.4.50.1 (i686-pc-linux-gnu, GTK+ Version 3.12.2) of 2014-06-06 on boo > > emacs-snapshot -Q file.org > > gives: > > File mode specification error: (error "`recenter'ing a window that does not display current-buffer.") > > Note that this error occurs even if file.org is empty or does not exist. > > The same error message prevents computation of the org-agenda with my usual setup which why I found this error and report it. > > > I assume that this error is related to this commit: > commit 0ce71d38bf295205067fd334e1993906f7fb0ba7 > Author: Stefan Monnier > AuthorDate: Fri Jun 6 10:37:05 2014 -0400 > Commit: Stefan Monnier > CommitDate: Fri Jun 6 10:37:05 2014 -0400 > > * src/window.c (Frecenter): Signal an error if window-buffer is not > current-buffer. It's a bug in Org, IMO: it recenters the window without making sure the current buffer's window is selected. The backtrace below suggests that org-mode is turned on inside a call to find-file-noselect, which doesn't select the window of the current buffer. So this call to recenter actually recenters the wrong window, the one that displays *scratch*. Bastien, could you please look into this? Breakpoint 3, Frecenter (arg=83507246) at window.c:5644 5644 struct window *w = XWINDOW (selected_window); (gdb) n 5645 struct buffer *buf = XBUFFER (w->contents); (gdb) 5646 bool center_p = 0; (gdb) p buf->name_ $1 = 22325705 (gdb) xtype Lisp_String (gdb) xstring $2 = (struct Lisp_String *) 0x154a9c8 "*scratch*" (gdb) p current_buffer->name_ $3 = 16540225 (gdb) xstring $4 = (struct Lisp_String *) 0xfc6240 "file.org" (gdb) bt #0 Frecenter (arg=83507246) at window.c:5646 #1 0x0118b071 in Ffuncall (nargs=2, args=0x82dd74) at eval.c:2815 #2 0x011cf2cd in exec_byte_code (bytestr=83861729, vector=83857157, maxdepth=20, args_template=22298242, nargs=0, args=0x0) at bytecode.c:918 #3 0x0118bbef in funcall_lambda (fun=83857213, nargs=0, arg_vector=0x82df58) at eval.c:3049 #4 0x0118b2af in Ffuncall (nargs=1, args=0x82df54) at eval.c:2864 #5 0x011cf2cd in exec_byte_code (bytestr=83856689, vector=83856925, maxdepth=8, args_template=22298242, nargs=0, args=0x0) at bytecode.c:918 #6 0x0118bbef in funcall_lambda (fun=83856997, nargs=0, arg_vector=0x82e128) at eval.c:3049 #7 0x0118b2af in Ffuncall (nargs=1, args=0x82e124) at eval.c:2864 #8 0x011cf2cd in exec_byte_code (bytestr=83765417, vector=83766885, maxdepth=32, args_template=22298242, nargs=0, args=0x0) at bytecode.c:918 #9 0x0118bbef in funcall_lambda (fun=83767565, nargs=0, arg_vector=0x82e320) at eval.c:3049 #10 0x0118b2af in Ffuncall (nargs=1, args=0x82e31c) at eval.c:2864 #11 0x011cf2cd in exec_byte_code (bytestr=19649353, vector=19649373, maxdepth=20, args_template=2052, nargs=2, args=0x82e520) at bytecode.c:918 #12 0x0118b844 in funcall_lambda (fun=19649333, nargs=2, arg_vector=0x82e518) at eval.c:2983 #13 0x0118b2af in Ffuncall (nargs=3, args=0x82e514) at eval.c:2864 #14 0x011cf2cd in exec_byte_code (bytestr=19648737, vector=19648757, maxdepth=64, args_template=1024, nargs=0, args=0x82e708) at bytecode.c:918 #15 0x0118b844 in funcall_lambda (fun=19648717, nargs=0, arg_vector=0x82e708) at eval.c:2983 #16 0x0118b2af in Ffuncall (nargs=1, args=0x82e704) at eval.c:2864 #17 0x011cf2cd in exec_byte_code (bytestr=19498393, vector=19643621, maxdepth=4, args_template=0, nargs=0, args=0x82e8e4) at bytecode.c:918 #18 0x0118b844 in funcall_lambda (fun=19643597, nargs=0, arg_vector=0x82e8e4) at eval.c:2983 #19 0x0118b2af in Ffuncall (nargs=1, args=0x82e8e0) at eval.c:2864 #20 0x01189bba in eval_sub (form=26867454) at eval.c:2157 #21 0x01187dd3 in internal_lisp_condition_case (var=23885034, bodyform=26867454, handlers=26867246) at eval.c:1323 #22 0x011cff2b in exec_byte_code (bytestr=19643497, vector=19643517, maxdepth=28, args_template=1024, nargs=1, args=0x82ec60) at bytecode.c:1164 #23 0x0118b844 in funcall_lambda (fun=19643469, nargs=1, arg_vector=0x82ec5c) at eval.c:2983 #24 0x0118b2af in Ffuncall (nargs=2, args=0x82ec58) at eval.c:2864 #25 0x011cf2cd in exec_byte_code (bytestr=19642817, vector=19642837, maxdepth=44, args_template=5120, nargs=2, args=0x82ee5c) at bytecode.c:918 #26 0x0118b844 in funcall_lambda (fun=19642797, nargs=2, arg_vector=0x82ee54) at eval.c:2983 #27 0x0118b2af in Ffuncall (nargs=3, args=0x82ee50) at eval.c:2864 #28 0x011cf2cd in exec_byte_code (bytestr=19641705, vector=19641725, maxdepth=76, args_template=6168, nargs=6, args=0x82f088) at bytecode.c:918 #29 0x0118b844 in funcall_lambda (fun=19641685, nargs=6, arg_vector=0x82f070) at eval.c:2983 #30 0x0118b2af in Ffuncall (nargs=7, args=0x82f06c) at eval.c:2864 #31 0x011cf2cd in exec_byte_code (bytestr=19640897, vector=19640917, maxdepth=72, args_template=4100, nargs=4, args=0x82f270) at bytecode.c:918 #32 0x0118b844 in funcall_lambda (fun=19640877, nargs=4, arg_vector=0x82f260) at eval.c:2983 #33 0x0118b2af in Ffuncall (nargs=5, args=0x82f25c) at eval.c:2864 #34 0x011cf2cd in exec_byte_code (bytestr=19637793, vector=19637813, maxdepth=28, args_template=2052, nargs=2, args=0x82f4b0) at bytecode.c:918 #35 0x0118b844 in funcall_lambda (fun=19637765, nargs=2, arg_vector=0x82f4a8) at eval.c:2983 #36 0x0118b2af in Ffuncall (nargs=3, args=0x82f4a4) at eval.c:2864 #37 0x01182a9c in Ffuncall_interactively (nargs=3, args=0x82f4a4) at callint.c:250 #38 0x0118af56 in Ffuncall (nargs=4, args=0x82f4a0) at eval.c:2796 #39 0x0118a5b4 in Fapply (nargs=3, args=0x82f590) at eval.c:2354 #40 0x01182f05 in Fcall_interactively (function=23468594, record_flag=22298242, keys=22323917) at callint.c:399 #41 0x0118b0d3 in Ffuncall (nargs=4, args=0x82f6fc) at eval.c:2822 #42 0x011cf2cd in exec_byte_code (bytestr=19899513, vector=19899533, maxdepth=52, args_template=4100, nargs=1, args=0x82f8f0) at bytecode.c:918 #43 0x0118b844 in funcall_lambda (fun=19899493, nargs=1, arg_vector=0x82f8ec) at eval.c:2983 #44 0x0118b2af in Ffuncall (nargs=2, args=0x82f8e8) at eval.c:2864 #45 0x0118ab65 in call1 (fn=22344058, arg1=23468594) at eval.c:2614 #46 0x010f9c81 in command_loop_1 () at keyboard.c:1553 #47 0x01187ee1 in internal_condition_case (bfun=0x10f9621 , handlers=22351570, hfun=0x10f8e92 ) at eval.c:1354 #48 0x010f92f7 in command_loop_2 (ignore=22298242) at keyboard.c:1171 #49 0x011874cc in internal_catch (tag=22344730, func=0x10f92d4 , arg=22298242) at eval.c:1118 #50 0x010f92af in command_loop () at keyboard.c:1150 #51 0x010f8a4c in recursive_edit_1 () at keyboard.c:771 #52 0x010f8bfc in Frecursive_edit () at keyboard.c:842 #53 0x010f6caf in main (argc=2, argv=0xa427c0) at emacs.c:1656 Lisp Backtrace: "recenter" (0x82dd78) "org-overview" (0x82df58) "org-set-startup-visibility" (0x82e128) "org-mode" (0x82e320) "set-auto-mode-0" (0x82e518) "set-auto-mode" (0x82e708) 0x12bbcc8 PVEC_COMPILED "funcall" (0x82e8e0) "normal-mode" (0x82ec5c) "after-find-file" (0x82ee54) "find-file-noselect-1" (0x82f070) "find-file-noselect" (0x82f260) "find-file" (0x82f4a8) "funcall-interactively" (0x82f4a4) "call-interactively" (0x82f700) "command-execute" (0x82f8ec) From unknown Sat Aug 16 16:23:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file Resent-From: Glenn Morris Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org, emacs-orgmode@gnu.org Resent-Date: Sat, 07 Jun 2014 17:19:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17724 X-GNU-PR-Package: emacs,org-mode X-GNU-PR-Keywords: To: Eli Zaretskii Cc: Bastien Guerry , 17724@debbugs.gnu.org, Gregor Zattler Received: via spool by 17724-submit@debbugs.gnu.org id=B17724.14021615034626 (code B ref 17724); Sat, 07 Jun 2014 17:19:02 +0000 Received: (at 17724) by debbugs.gnu.org; 7 Jun 2014 17:18:23 +0000 Received: from localhost ([127.0.0.1]:40719 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WtKG7-0001CW-38 for submit@debbugs.gnu.org; Sat, 07 Jun 2014 13:18:23 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:39169 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WtKG4-0001CO-OB for 17724@debbugs.gnu.org; Sat, 07 Jun 2014 13:18:21 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1WtKG3-0007JS-Sd; Sat, 07 Jun 2014 13:18:19 -0400 From: Glenn Morris References: <87bnu4ww4i.fsf@boo.workgroup> <83r4303cuc.fsf@gnu.org> X-Spook: insurgency ANDVT IRA advisors passwd EuroFed subversive X-Ran: LN!!O|_V2Q$d*VzWg0pk^LNIEH4G)B3K!bj38haG.P|_u*{#0n5E`4AJKpqMSo,MY7>;iB X-Hue: magenta X-Attribution: GM Date: Sat, 07 Jun 2014 13:18:19 -0400 In-Reply-To: <83r4303cuc.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 07 Jun 2014 19:26:35 +0300") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -5.7 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.7 (-----) Eli Zaretskii wrote: > Bastien, could you please look into this? This is like forwarding every Emacs bug to Stefan. I suggest instead reassigning the bug to org-mode (or "emacs,org-mode"), then simply posting a reply in the normal way. It will then go to the emacs-orgmode mailing list (which is where Org bugs are supposed to go). (I reassigned it before sending this reply.) From unknown Sat Aug 16 16:23:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file Resent-From: Bastien Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org, emacs-orgmode@gnu.org Resent-Date: Sat, 07 Jun 2014 19:00:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17724 X-GNU-PR-Package: emacs,org-mode X-GNU-PR-Keywords: To: Glenn Morris Cc: 17724@debbugs.gnu.org, Eli Zaretskii , Gregor Zattler Received: via spool by 17724-submit@debbugs.gnu.org id=B17724.140216755917242 (code B ref 17724); Sat, 07 Jun 2014 19:00:04 +0000 Received: (at 17724) by debbugs.gnu.org; 7 Jun 2014 18:59:19 +0000 Received: from localhost ([127.0.0.1]:40749 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WtLpm-0004Ty-CJ for submit@debbugs.gnu.org; Sat, 07 Jun 2014 14:59:19 -0400 Received: from mail-s76.mailgun.info ([184.173.153.204]:60920) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WtLpk-0004Ti-Ie for 17724@debbugs.gnu.org; Sat, 07 Jun 2014 14:59:17 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=bzg.fr; q=dns/txt; s=pic; t=1402167550; h=From: To: Cc: Subject: In-Reply-To: References: Date: Message-Id: Mime-Version: Content-Type: Sender; bh=VM1Y19r2LgTcf6jCzeINAHuYkhMgHwuOCqeAymRIOLQ=; b=E5tvoNIKzkPJsYTUO1mkLRwO3sjvUQIEeNE5ISOcIIXhDbKVB8cX3jotjysNI2Qt3TCFfq1z 5erho0+HE/f72zsWrBeumGF5l1tbkRitkMCHBDscRyaVFEuFYu69PmKW4oDN0jmHehsBWnw1 KSEgCEyWbRgOqtS+U/Vgj8kI8vk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=bzg.fr; s=pic; q=dns; h=From: To: Cc: Subject: In-Reply-To: References: Date: Message-Id: Mime-Version: Content-Type: Sender; b=ini7RjFjqoPxNrbOtJx6na4A0qkoVsuh2q2nLsPhHGkaBf8mTg3BY0i9hMRdxuX3s6UL4T +EtFE+kSU//guyrD9o98M/m3MzFlNDykVkqkVADzwGp3DGtKwZQ4c0LtTCMnTVEUzg82OC7J MqSnUC6UKFC3N2cRVOSANCjK+tcL8= Received: from bzg.localdomain (mar75-2-81-56-68-112.fbx.proxad.net [81.56.68.112]) by mxa.mailgun.org with ESMTP id 539360fe.7f3810894ce0-in3; Sat, 07 Jun 2014 18:59:10 -0000 (UTC) Received: by bzg.localdomain (Postfix, from userid 1000) id E5A251C2068C; Sat, 7 Jun 2014 20:59:05 +0200 (CEST) From: Bastien In-Reply-To: (Glenn Morris's message of "Sat, 07 Jun 2014 13:18:19 -0400") References: <87bnu4ww4i.fsf@boo.workgroup> <83r4303cuc.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) Date: Sat, 07 Jun 2014 20:59:05 +0200 Message-Id: <87singtukm.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain X-Mailgun-Sid: WyIxMGE5MCIsICIxNzcyNEBkZWJidWdzLmdudS5vcmciLCAiYTUyYmEiXQ== X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) Glenn Morris writes: > Eli Zaretskii wrote: > >> Bastien, could you please look into this? > > This is like forwarding every Emacs bug to Stefan. > > I suggest instead reassigning the bug to org-mode (or "emacs,org-mode"), > then simply posting a reply in the normal way. It will then go to the > emacs-orgmode mailing list (which is where Org bugs are supposed to go). > > (I reassigned it before sending this reply.) Thanks to both of you, I'll look into this next week. -- Bastien From unknown Sat Aug 16 16:23:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file Resent-From: Stefan Monnier Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org, emacs-orgmode@gnu.org Resent-Date: Sun, 08 Jun 2014 01:07:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17724 X-GNU-PR-Package: emacs,org-mode X-GNU-PR-Keywords: To: Gregor Zattler Cc: 17724@debbugs.gnu.org Received: via spool by 17724-submit@debbugs.gnu.org id=B17724.140218958517316 (code B ref 17724); Sun, 08 Jun 2014 01:07:01 +0000 Received: (at 17724) by debbugs.gnu.org; 8 Jun 2014 01:06:25 +0000 Received: from localhost ([127.0.0.1]:40847 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WtRZ3-0004VE-5q for submit@debbugs.gnu.org; Sat, 07 Jun 2014 21:06:25 -0400 Received: from ironport2-out.teksavvy.com ([206.248.154.181]:48637) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WtRYz-0004Uw-GW for 17724@debbugs.gnu.org; Sat, 07 Jun 2014 21:06:22 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArYGAIDvNVNLd+D9/2dsb2JhbABZgwaDSr0vgw6BFxd0giYBAQRWIxALDiYHCxQYDSSIDNIZF456B4Q4AQOpGYFqgXGBWyE X-IPAS-Result: ArYGAIDvNVNLd+D9/2dsb2JhbABZgwaDSr0vgw6BFxd0giYBAQRWIxALDiYHCxQYDSSIDNIZF456B4Q4AQOpGYFqgXGBWyE X-IronPort-AV: E=Sophos;i="4.97,753,1389762000"; d="scan'208";a="66184632" Received: from 75-119-224-253.dsl.teksavvy.com (HELO fmsmemgm.homelinux.net) ([75.119.224.253]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 07 Jun 2014 21:06:14 -0400 Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id AB77FAE23E; Sat, 7 Jun 2014 21:06:14 -0400 (EDT) From: Stefan Monnier Message-ID: References: <87bnu4ww4i.fsf@boo.workgroup> Date: Sat, 07 Jun 2014 21:06:14 -0400 In-Reply-To: <87bnu4ww4i.fsf@boo.workgroup> (Gregor Zattler's message of "Sat, 07 Jun 2014 17:57:17 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.3 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.3 (/) BTW, I would also point out that people who do not actively develop Emacs should ideally use the emacs-24 (i.e. 24.3.9x) branch now rather than the trunk (24.4.50), so as to help us fix problems before the 24.4 release. Stefan From unknown Sat Aug 16 16:23:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file Resent-From: Nicolas Richard Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org, emacs-orgmode@gnu.org Resent-Date: Mon, 09 Jun 2014 20:53:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17724 X-GNU-PR-Package: emacs,org-mode X-GNU-PR-Keywords: To: Bastien Cc: Glenn Morris , 17724@debbugs.gnu.org, Gregor Zattler Received: via spool by 17724-submit@debbugs.gnu.org id=B17724.140234715725922 (code B ref 17724); Mon, 09 Jun 2014 20:53:02 +0000 Received: (at 17724) by debbugs.gnu.org; 9 Jun 2014 20:52:37 +0000 Received: from localhost ([127.0.0.1]:42237 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Wu6YW-0006k1-4R for submit@debbugs.gnu.org; Mon, 09 Jun 2014 16:52:36 -0400 Received: from mxin.ulb.ac.be ([164.15.128.112]:48569) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Wu6YP-0006jn-Dy for 17724@debbugs.gnu.org; Mon, 09 Jun 2014 16:52:33 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AkAKAJAdllOkD4Xx/2dsb2JhbABZg1+rOgEBAQEBB5kQAYEodYQDAQEEAW4LBQsLGAkaCw8BBEkTiC0BDAgNq1mXCAGGHheFXYIFg28BgxoHhEEEm2OFHYxmgXyBQjsvAQ Received: from mathsrv4.ulb.ac.be (HELO geodiff-mac3.ulb.ac.be) ([164.15.133.241]) by smtp.ulb.ac.be with ESMTP; 09 Jun 2014 22:52:28 +0200 From: Nicolas Richard References: <87bnu4ww4i.fsf@boo.workgroup> <83r4303cuc.fsf@gnu.org> <87singtukm.fsf@bzg.ath.cx> Date: Mon, 09 Jun 2014 22:53:47 +0200 In-Reply-To: <87singtukm.fsf@bzg.ath.cx> (Bastien's message of "Sat, 07 Jun 2014 20:59:05 +0200") Message-ID: <878up5erdw.fsf@geodiff-mac3.ulb.ac.be> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.91 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) Bastien writes: > Glenn Morris writes: > >> Eli Zaretskii wrote: >> >>> Bastien, could you please look into this? >> >> This is like forwarding every Emacs bug to Stefan. >> >> I suggest instead reassigning the bug to org-mode (or "emacs,org-mode"), >> then simply posting a reply in the normal way. It will then go to the >> emacs-orgmode mailing list (which is where Org bugs are supposed to go). >> >> (I reassigned it before sending this reply.) > > Thanks to both of you, I'll look into this next week. FWIW, there was a call to recenter which was removed recently (less than four weeks ago -- see http://permalink.gmane.org/gmane.emacs.orgmode/86259) from org-overview. I guess that should fix the reported bug but it's hard to tell without a backtrace. There's another one in org-fix-ellipsis-at-bol which might be related (at least it has bitten me) : (defsubst org-fix-ellipsis-at-bol () (save-excursion (goto-char (window-start)) (recenter 0))) (I have no idea how this is supposed to fix "ellipsis at bol".) -- Nico. From unknown Sat Aug 16 16:23:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org, emacs-orgmode@gnu.org Resent-Date: Tue, 10 Jun 2014 02:39:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17724 X-GNU-PR-Package: emacs,org-mode X-GNU-PR-Keywords: To: Nicolas Richard Cc: bzg@altern.org, 17724@debbugs.gnu.org, grfz@gmx.de Reply-To: Eli Zaretskii Received: via spool by 17724-submit@debbugs.gnu.org id=B17724.140236793630308 (code B ref 17724); Tue, 10 Jun 2014 02:39:02 +0000 Received: (at 17724) by debbugs.gnu.org; 10 Jun 2014 02:38:56 +0000 Received: from localhost ([127.0.0.1]:42408 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WuBxf-0007sl-Le for submit@debbugs.gnu.org; Mon, 09 Jun 2014 22:38:56 -0400 Received: from mtaout26.012.net.il ([80.179.55.182]:49872) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WuBxc-0007sS-4v for 17724@debbugs.gnu.org; Mon, 09 Jun 2014 22:38:53 -0400 Received: from conversion-daemon.mtaout26.012.net.il by mtaout26.012.net.il (HyperSendmail v2007.08) id <0N6X00A00KN66Y00@mtaout26.012.net.il> for 17724@debbugs.gnu.org; Tue, 10 Jun 2014 05:35:14 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout26.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N6X009CNLUQR540@mtaout26.012.net.il>; Tue, 10 Jun 2014 05:35:14 +0300 (IDT) Date: Tue, 10 Jun 2014 05:38:45 +0300 From: Eli Zaretskii In-reply-to: <878up5erdw.fsf@geodiff-mac3.ulb.ac.be> X-012-Sender: halo1@inter.net.il Message-id: <83mwdl1oay.fsf@gnu.org> References: <87bnu4ww4i.fsf@boo.workgroup> <83r4303cuc.fsf@gnu.org> <87singtukm.fsf@bzg.ath.cx> <878up5erdw.fsf@geodiff-mac3.ulb.ac.be> X-Spam-Score: 1.0 (+) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) > From: Nicolas Richard > Date: Mon, 09 Jun 2014 22:53:47 +0200 > Cc: 17724@debbugs.gnu.org, Gregor Zattler > > FWIW, there was a call to recenter which was removed recently (less than > four weeks ago -- see > http://permalink.gmane.org/gmane.emacs.orgmode/86259) from org-overview. > I guess that should fix the reported bug but it's hard to tell without a > backtrace. I provided a full backtrace, C and Lisp, in my response. From unknown Sat Aug 16 16:23:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file Resent-From: Nicolas Richard Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org, emacs-orgmode@gnu.org Resent-Date: Tue, 10 Jun 2014 08:09:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17724 X-GNU-PR-Package: emacs,org-mode X-GNU-PR-Keywords: To: Eli Zaretskii Cc: Nicolas Richard , 17724@debbugs.gnu.org, grfz@gmx.de, bzg@altern.org Received: via spool by 17724-submit@debbugs.gnu.org id=B17724.140238770432343 (code B ref 17724); Tue, 10 Jun 2014 08:09:01 +0000 Received: (at 17724) by debbugs.gnu.org; 10 Jun 2014 08:08:24 +0000 Received: from localhost ([127.0.0.1]:42510 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WuH6V-0008Pb-O9 for submit@debbugs.gnu.org; Tue, 10 Jun 2014 04:08:24 -0400 Received: from mxin.ulb.ac.be ([164.15.128.112]:51719) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WuH6T-0008PR-CV for 17724@debbugs.gnu.org; Tue, 10 Jun 2014 04:08:22 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AkAKAHa8llOkD4Xx/2dsb2JhbABZg1+rOgEBAQEBB5kQAYEidYQDAQEEAXkQCxQBDBoLDwEESROILQEDCQgNrSGXMQGGHheFXYIFg28BeIIiB4RBBIRgBZNIgzaFHYZthXmBfIFCOy8B Received: from mathsrv4.ulb.ac.be (HELO geodiff-mac3.ulb.ac.be) ([164.15.133.241]) by smtp.ulb.ac.be with ESMTP; 10 Jun 2014 10:08:01 +0200 From: Nicolas Richard References: <87bnu4ww4i.fsf@boo.workgroup> <83r4303cuc.fsf@gnu.org> <87singtukm.fsf@bzg.ath.cx> <878up5erdw.fsf@geodiff-mac3.ulb.ac.be> <83mwdl1oay.fsf__34932.3046779775$1402367995$gmane$org@gnu.org> Date: Tue, 10 Jun 2014 10:09:21 +0200 In-Reply-To: <83mwdl1oay.fsf__34932.3046779775$1402367995$gmane$org@gnu.org> (Eli Zaretskii's message of "Tue, 10 Jun 2014 05:38:45 +0300") Message-ID: <871tuxdw3y.fsf@geodiff-mac3.ulb.ac.be> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.91 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) Eli Zaretskii writes: >> From: Nicolas Richard >> Date: Mon, 09 Jun 2014 22:53:47 +0200 >> Cc: 17724@debbugs.gnu.org, Gregor Zattler >> >> FWIW, there was a call to recenter which was removed recently (less than >> four weeks ago -- see >> http://permalink.gmane.org/gmane.emacs.orgmode/86259) from org-overview. >> I guess that should fix the reported bug but it's hard to tell without a >> backtrace. > > I provided a full backtrace, C and Lisp, in my response. Oh indeed, I should have read the whole thread. Your backtrace confirms that it was a call from org-overview ; that was fixed in the master branch of org mode in commit 736bc7b9047600a690a4c00c2a6510fff5044e1f. I don't know if the bug should be closed in this siutation, so I'll leave it to someone else. -- Nico. From unknown Sat Aug 16 16:23:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file Resent-From: Bastien Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org, emacs-orgmode@gnu.org Resent-Date: Tue, 10 Jun 2014 08:20:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17724 X-GNU-PR-Package: emacs,org-mode X-GNU-PR-Keywords: To: Nicolas Richard Cc: Eli Zaretskii , 17724@debbugs.gnu.org, grfz@gmx.de Received: via spool by 17724-submit@debbugs.gnu.org id=B17724.1402388362906 (code B ref 17724); Tue, 10 Jun 2014 08:20:01 +0000 Received: (at 17724) by debbugs.gnu.org; 10 Jun 2014 08:19:22 +0000 Received: from localhost ([127.0.0.1]:42515 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WuHH7-0000EX-C9 for submit@debbugs.gnu.org; Tue, 10 Jun 2014 04:19:21 -0400 Received: from mail-s76.mailgun.info ([184.173.153.204]:58161) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WuHH5-0000EF-0L for 17724@debbugs.gnu.org; Tue, 10 Jun 2014 04:19:20 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=bzg.fr; q=dns/txt; s=pic; t=1402388353; h=From: To: Cc: Subject: In-Reply-To: References: Date: Message-Id: Mime-Version: Content-Type: Sender; bh=FgvOXkwrdaWxewytKzA0GWqHzsCC4E8k+S42TP97Hsc=; b=GoaK1x+kWOohTZcZak0vYveb5boQB2/3ULlSMgwDqeVZw1qJXyhVxVwXElefufuftHlj10xj v0+UGVsMaAI44BtLI1hnMn23JPd6qg+Dz5MkFmSq9yPgG4DlpIuHSuFy2/q6p12RM9Hf3oOC keSN+sJrpmZHC3+EeAFIR4zjyBg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=bzg.fr; s=pic; q=dns; h=From: To: Cc: Subject: In-Reply-To: References: Date: Message-Id: Mime-Version: Content-Type: Sender; b=X3aH/3HRhX+TvGG3tUPpUvP/cIg//9YmT/oB1gLG3Nos9V5ask/tp2DZXlXApBlMYWfSYp MEig+Kb3gly7eNcDGvqi+8oFyCdfMfpEKxKJs7Cdppx0WNqj2XQ5ZXVss9e+R2cjRc4+tHMd 5IiWcphXA6ZSTCCMxIWWjpxF6YA+0= Received: from bzg.localdomain (mar75-2-81-56-68-112.fbx.proxad.net [81.56.68.112]) by mxa.mailgun.org with ESMTP id 5396bf80.55052d0-in2; Tue, 10 Jun 2014 08:19:12 -0000 (UTC) Received: by bzg.localdomain (Postfix, from userid 1000) id 177BD1C2064C; Tue, 10 Jun 2014 10:19:10 +0200 (CEST) From: Bastien In-Reply-To: <871tuxdw3y.fsf@geodiff-mac3.ulb.ac.be> (Nicolas Richard's message of "Tue, 10 Jun 2014 10:09:21 +0200") References: <87bnu4ww4i.fsf@boo.workgroup> <83r4303cuc.fsf@gnu.org> <87singtukm.fsf@bzg.ath.cx> <878up5erdw.fsf@geodiff-mac3.ulb.ac.be> <83mwdl1oay.fsf__34932.3046779775$1402367995$gmane$org@gnu.org> <871tuxdw3y.fsf@geodiff-mac3.ulb.ac.be> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) Date: Tue, 10 Jun 2014 10:19:10 +0200 Message-Id: <87lht5xjlt.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain X-Mailgun-Sid: WyIxMGE5MCIsICIxNzcyNEBkZWJidWdzLmdudS5vcmciLCAiYTUyYmEiXQ== X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) Nicolas Richard writes: > I don't know if the bug should > be closed in this siutation, so I'll leave it to someone else. It should not be closed in Emacs bugs system yet, because the master branch of Org is not released and not merged into Emacs. I'll keep this under my radar until then. Thanks, -- Bastien From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 11 11:43:05 2014 Received: (at control) by debbugs.gnu.org; 11 Jun 2014 15:43:05 +0000 Received: from localhost ([127.0.0.1]:44297 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Wukg0-00019O-6Y for submit@debbugs.gnu.org; Wed, 11 Jun 2014 11:43:05 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:41656 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Wukfs-00019B-UT for control@debbugs.gnu.org; Wed, 11 Jun 2014 11:42:58 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Wukfr-00020h-00 for control@debbugs.gnu.org; Wed, 11 Jun 2014 11:42:51 -0400 Date: Wed, 11 Jun 2014 11:42:51 -0400 Message-Id: Subject: control message for bug 17746 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -5.7 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.7 (-----) reassign 17746 emacs,org-mode merge 17724 17746 From unknown Sat Aug 16 16:23:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file Resent-From: lee Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org, emacs-orgmode@gnu.org Resent-Date: Tue, 17 Jun 2014 12:15:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17724 X-GNU-PR-Package: emacs,org-mode X-GNU-PR-Keywords: To: Bastien Cc: Nicolas Richard , 17724@debbugs.gnu.org, grfz@gmx.de Received: via spool by 17724-submit@debbugs.gnu.org id=B17724.140300727227178 (code B ref 17724); Tue, 17 Jun 2014 12:15:02 +0000 Received: (at 17724) by debbugs.gnu.org; 17 Jun 2014 12:14:32 +0000 Received: from localhost ([127.0.0.1]:50098 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WwsHS-00074D-QJ for submit@debbugs.gnu.org; Tue, 17 Jun 2014 08:14:31 -0400 Received: from client-194-42-186-216.muenet.net ([194.42.186.216]:39826 helo=jarl.yagibdah.de) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WwsHL-00073y-6V for 17724@debbugs.gnu.org; Tue, 17 Jun 2014 08:14:24 -0400 Received: from yun.yagibdah.de ([192.168.3.20]) by jarl.yagibdah.de with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1WwsHG-0000hc-Cc; Tue, 17 Jun 2014 14:14:14 +0200 Received: from lee by yun.yagibdah.de with local (Exim 4.80.1) (envelope-from ) id 1WwsHG-00034D-8l; Tue, 17 Jun 2014 14:14:14 +0200 From: lee In-Reply-To: <87lht5xjlt.fsf@bzg.ath.cx> (Bastien's message of "Tue, 10 Jun 2014 10:19:10 +0200") Date: Tue, 17 Jun 2014 14:14:08 +0200 Organization: my virtual residence Message-ID: <87lhsvbunj.fsf@yun.yagibdah.de> References: <87bnu4ww4i.fsf@boo.workgroup> <83r4303cuc.fsf@gnu.org> <87singtukm.fsf@bzg.ath.cx> <878up5erdw.fsf@geodiff-mac3.ulb.ac.be> <83mwdl1oay.fsf__34932.3046779775$1402367995$gmane$org@gnu.org> <871tuxdw3y.fsf@geodiff-mac3.ulb.ac.be> <87lht5xjlt.fsf@bzg.ath.cx> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.4 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.4 (/) Bastien writes: > Nicolas Richard writes: > >> I don't know if the bug should >> be closed in this siutation, so I'll leave it to someone else. > > It should not be closed in Emacs bugs system yet, because the master > branch of Org is not released and not merged into Emacs. I'll keep > this under my radar until then. Since users may want to work around this problem until it is fixed: if (buf != current_buffer) // error ("`recenter'ing a window that does not display current-buffer."); return Qnil; ... in src/window.c seems to work for me. -- Knowledge is volatile and fluid. Software is power. From unknown Sat Aug 16 16:23:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file Resent-From: Stefan Monnier Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org, emacs-orgmode@gnu.org Resent-Date: Tue, 17 Jun 2014 13:21:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17724 X-GNU-PR-Package: emacs,org-mode X-GNU-PR-Keywords: To: lee Cc: Bastien , 17724@debbugs.gnu.org, grfz@gmx.de, Nicolas Richard Received: via spool by 17724-submit@debbugs.gnu.org id=B17724.14030112281167 (code B ref 17724); Tue, 17 Jun 2014 13:21:01 +0000 Received: (at 17724) by debbugs.gnu.org; 17 Jun 2014 13:20:28 +0000 Received: from localhost ([127.0.0.1]:50131 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WwtJH-0000If-FQ for submit@debbugs.gnu.org; Tue, 17 Jun 2014 09:20:28 -0400 Received: from ironport2-out.teksavvy.com ([206.248.154.181]:46739) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WwtJA-0000IJ-Fk for 17724@debbugs.gnu.org; Tue, 17 Jun 2014 09:20:21 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArYGAIDvNVNLd+D9/2dsb2JhbABZgwaDSr0vgw6BFxd0giUBAQEBAgFWIwULCzQHCxQYDSSIBAjSGReOegeEOAEDqRmBaoFxgVsh X-IPAS-Result: ArYGAIDvNVNLd+D9/2dsb2JhbABZgwaDSr0vgw6BFxd0giUBAQEBAgFWIwULCzQHCxQYDSSIBAjSGReOegeEOAEDqRmBaoFxgVsh X-IronPort-AV: E=Sophos;i="4.97,753,1389762000"; d="scan'208";a="67095185" Received: from 75-119-224-253.dsl.teksavvy.com (HELO pastel.home) ([75.119.224.253]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 17 Jun 2014 09:20:10 -0400 Received: by pastel.home (Postfix, from userid 20848) id 950A960D53; Tue, 17 Jun 2014 09:20:10 -0400 (EDT) From: Stefan Monnier Message-ID: References: <87bnu4ww4i.fsf@boo.workgroup> <83r4303cuc.fsf@gnu.org> <87singtukm.fsf@bzg.ath.cx> <878up5erdw.fsf@geodiff-mac3.ulb.ac.be> <83mwdl1oay.fsf__34932.3046779775$1402367995$gmane$org@gnu.org> <871tuxdw3y.fsf@geodiff-mac3.ulb.ac.be> <87lht5xjlt.fsf@bzg.ath.cx> <87lhsvbunj.fsf@yun.yagibdah.de> Date: Tue, 17 Jun 2014 09:20:10 -0400 In-Reply-To: <87lhsvbunj.fsf@yun.yagibdah.de> (lee@yun.yagibdah.de's message of "Tue, 17 Jun 2014 14:14:08 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.3 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.3 (/) > if (buf != current_buffer) > // error ("`recenter'ing a window that does not display current-buffer."); > return Qnil; > ... in src/window.c seems to work for me. Using `emacs-24' also works, without defeating the purpose of the error message ;-) Stefan From debbugs-submit-bounces@debbugs.gnu.org Tue Jun 17 13:41:39 2014 Received: (at control) by debbugs.gnu.org; 17 Jun 2014 17:41:39 +0000 Received: from localhost ([127.0.0.1]:50845 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WwxO6-000231-ON for submit@debbugs.gnu.org; Tue, 17 Jun 2014 13:41:38 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:54700 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WwxO4-00022s-20 for control@debbugs.gnu.org; Tue, 17 Jun 2014 13:41:36 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1WwxO3-0006qV-PZ for control@debbugs.gnu.org; Tue, 17 Jun 2014 13:41:35 -0400 Date: Tue, 17 Jun 2014 13:41:35 -0400 Message-Id: Subject: control message for bug 17794 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -6.0 (------) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) merge 17724 17794 From unknown Sat Aug 16 16:23:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file Resent-From: lee Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org, emacs-orgmode@gnu.org Resent-Date: Tue, 17 Jun 2014 17:51:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17724 X-GNU-PR-Package: emacs,org-mode X-GNU-PR-Keywords: To: Stefan Monnier Cc: Bastien , 17724@debbugs.gnu.org, grfz@gmx.de, Nicolas Richard Received: via spool by 17724-submit@debbugs.gnu.org id=B17724.140302744413387 (code B ref 17724); Tue, 17 Jun 2014 17:51:02 +0000 Received: (at 17724) by debbugs.gnu.org; 17 Jun 2014 17:50:44 +0000 Received: from localhost ([127.0.0.1]:50853 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WwxWt-0003Tm-N7 for submit@debbugs.gnu.org; Tue, 17 Jun 2014 13:50:43 -0400 Received: from client-194-42-186-216.muenet.net ([194.42.186.216]:39843 helo=jarl.yagibdah.de) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WwxWp-0003TS-9h for 17724@debbugs.gnu.org; Tue, 17 Jun 2014 13:50:40 -0400 Received: from yun.yagibdah.de ([192.168.3.20]) by jarl.yagibdah.de with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1WwxWm-0000s1-BI; Tue, 17 Jun 2014 19:50:36 +0200 Received: from lee by yun.yagibdah.de with local (Exim 4.80.1) (envelope-from ) id 1WwxWl-0004AB-UZ; Tue, 17 Jun 2014 19:50:35 +0200 From: lee In-Reply-To: (Stefan Monnier's message of "Tue, 17 Jun 2014 09:20:10 -0400") Date: Tue, 17 Jun 2014 19:15:33 +0200 Message-ID: <87ha3jlaoa.fsf@yun.yagibdah.de> References: <87bnu4ww4i.fsf@boo.workgroup> <83r4303cuc.fsf@gnu.org> <87singtukm.fsf@bzg.ath.cx> <878up5erdw.fsf@geodiff-mac3.ulb.ac.be> <83mwdl1oay.fsf__34932.3046779775$1402367995$gmane$org@gnu.org> <871tuxdw3y.fsf@geodiff-mac3.ulb.ac.be> <87lht5xjlt.fsf@bzg.ath.cx> <87lhsvbunj.fsf@yun.yagibdah.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.4 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.4 (/) Stefan Monnier writes: >> if (buf != current_buffer) >> // error ("`recenter'ing a window that does not display current-buffer."); >> return Qnil; >> ... in src/window.c seems to work for me. > > Using `emacs-24' also works, without defeating the purpose of the > error message ;-) I figured that there must be a purpose to it; otherwise it doesn't seem to make much sense to have this error :) Having cloned as described on http://savannah.gnu.org/git/?group=emacs with 'git clone git://git.savannah.gnu.org/emacs.git', I'm getting the master branch. Master seems to be identical with trunk. Perhaps add some advise to the web page so ppl pull the emacs24 branch instead? -- Knowledge is volatile and fluid. Software is power. From unknown Sat Aug 16 16:23:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org, emacs-orgmode@gnu.org Resent-Date: Tue, 17 Jun 2014 19:30:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17724 X-GNU-PR-Package: emacs,org-mode X-GNU-PR-Keywords: To: lee Cc: bzg@altern.org, 17724@debbugs.gnu.org, theonewiththeevillook@yahoo.fr, monnier@iro.umontreal.ca, grfz@gmx.de Reply-To: Eli Zaretskii Received: via spool by 17724-submit@debbugs.gnu.org id=B17724.140303334822971 (code B ref 17724); Tue, 17 Jun 2014 19:30:02 +0000 Received: (at 17724) by debbugs.gnu.org; 17 Jun 2014 19:29:08 +0000 Received: from localhost ([127.0.0.1]:50901 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Wwz48-0005yR-86 for submit@debbugs.gnu.org; Tue, 17 Jun 2014 15:29:08 -0400 Received: from mtaout29.012.net.il ([80.179.55.185]:44817) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Wwz45-0005xs-CC for 17724@debbugs.gnu.org; Tue, 17 Jun 2014 15:29:06 -0400 Received: from conversion-daemon.mtaout29.012.net.il by mtaout29.012.net.il (HyperSendmail v2007.08) id <0N7B00M00VA89400@mtaout29.012.net.il> for 17724@debbugs.gnu.org; Tue, 17 Jun 2014 22:29:08 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout29.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N7B00GLGVGK2M60@mtaout29.012.net.il>; Tue, 17 Jun 2014 22:29:08 +0300 (IDT) Date: Tue, 17 Jun 2014 22:28:57 +0300 From: Eli Zaretskii In-reply-to: <87ha3jlaoa.fsf@yun.yagibdah.de> X-012-Sender: halo1@inter.net.il Message-id: <8361jzuyh2.fsf@gnu.org> References: <87bnu4ww4i.fsf@boo.workgroup> <83r4303cuc.fsf@gnu.org> <87singtukm.fsf@bzg.ath.cx> <878up5erdw.fsf@geodiff-mac3.ulb.ac.be> <83mwdl1oay.fsf__34932.3046779775$1402367995$gmane$org@gnu.org> <871tuxdw3y.fsf@geodiff-mac3.ulb.ac.be> <87lht5xjlt.fsf@bzg.ath.cx> <87lhsvbunj.fsf@yun.yagibdah.de> <87ha3jlaoa.fsf@yun.yagibdah.de> X-Spam-Score: 1.0 (+) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) > From: lee > Date: Tue, 17 Jun 2014 19:15:33 +0200 > Cc: Bastien , 17724@debbugs.gnu.org, grfz@gmx.de, > Nicolas Richard > > Having cloned as described on http://savannah.gnu.org/git/?group=emacs > with 'git clone git://git.savannah.gnu.org/emacs.git', I'm getting the > master branch. Master seems to be identical with trunk. > > Perhaps add some advise to the web page so ppl pull the emacs24 branch > instead? It's git, right? The one that has "git checkout BRANCH" and stuff? From unknown Sat Aug 16 16:23:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file Resent-From: Stefan Monnier Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org, emacs-orgmode@gnu.org Resent-Date: Tue, 17 Jun 2014 19:46:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17724 X-GNU-PR-Package: emacs,org-mode X-GNU-PR-Keywords: To: lee Cc: Bastien , 17724@debbugs.gnu.org, grfz@gmx.de, Nicolas Richard Received: via spool by 17724-submit@debbugs.gnu.org id=B17724.140303431429088 (code B ref 17724); Tue, 17 Jun 2014 19:46:02 +0000 Received: (at 17724) by debbugs.gnu.org; 17 Jun 2014 19:45:14 +0000 Received: from localhost ([127.0.0.1]:50917 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WwzJi-0007Z5-8s for submit@debbugs.gnu.org; Tue, 17 Jun 2014 15:45:14 -0400 Received: from ironport2-out.teksavvy.com ([206.248.154.181]:11337) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WwzJf-0007Ym-Dt for 17724@debbugs.gnu.org; Tue, 17 Jun 2014 15:45:12 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Am4NAIDvNVNLd+D9/2dsb2JhbABZgwY7gw/ANAQDAoEXF3SCJQEBAQECAVYjBQsLNAcLFBgNJIgECA3SDBeOegeEOASaAY8YgWqBcYFbIQ X-IPAS-Result: Am4NAIDvNVNLd+D9/2dsb2JhbABZgwY7gw/ANAQDAoEXF3SCJQEBAQECAVYjBQsLNAcLFBgNJIgECA3SDBeOegeEOASaAY8YgWqBcYFbIQ X-IronPort-AV: E=Sophos;i="4.97,753,1389762000"; d="scan'208";a="67148037" Received: from 75-119-224-253.dsl.teksavvy.com (HELO ceviche.home) ([75.119.224.253]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 17 Jun 2014 15:45:05 -0400 Received: by ceviche.home (Postfix, from userid 20848) id 305ED6608C; Tue, 17 Jun 2014 15:45:05 -0400 (EDT) From: Stefan Monnier Message-ID: References: <87bnu4ww4i.fsf@boo.workgroup> <83r4303cuc.fsf@gnu.org> <87singtukm.fsf@bzg.ath.cx> <878up5erdw.fsf@geodiff-mac3.ulb.ac.be> <83mwdl1oay.fsf__34932.3046779775$1402367995$gmane$org@gnu.org> <871tuxdw3y.fsf@geodiff-mac3.ulb.ac.be> <87lht5xjlt.fsf@bzg.ath.cx> <87lhsvbunj.fsf@yun.yagibdah.de> <87ha3jlaoa.fsf@yun.yagibdah.de> Date: Tue, 17 Jun 2014 15:45:05 -0400 In-Reply-To: <87ha3jlaoa.fsf@yun.yagibdah.de> (lee@yun.yagibdah.de's message of "Tue, 17 Jun 2014 19:15:33 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.3 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.3 (/) > Perhaps add some advise to the web page so ppl pull the emacs24 branch > instead? Does someone know how to change the text in http://savannah.gnu.org/git/?group=emacs? Stefan From unknown Sat Aug 16 16:23:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org, emacs-orgmode@gnu.org Resent-Date: Wed, 18 Jun 2014 02:44:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17724 X-GNU-PR-Package: emacs,org-mode X-GNU-PR-Keywords: To: Stefan Monnier Cc: lee@yun.yagibdah.de, 17724@debbugs.gnu.org, theonewiththeevillook@yahoo.fr, grfz@gmx.de, bzg@altern.org Reply-To: Eli Zaretskii Received: via spool by 17724-submit@debbugs.gnu.org id=B17724.14030594273331 (code B ref 17724); Wed, 18 Jun 2014 02:44:02 +0000 Received: (at 17724) by debbugs.gnu.org; 18 Jun 2014 02:43:47 +0000 Received: from localhost ([127.0.0.1]:51055 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Wx5qk-0000rf-TO for submit@debbugs.gnu.org; Tue, 17 Jun 2014 22:43:47 -0400 Received: from mtaout21.012.net.il ([80.179.55.169]:64605) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Wx5qh-0000rQ-CV for 17724@debbugs.gnu.org; Tue, 17 Jun 2014 22:43:44 -0400 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0N7C00300E4CD200@a-mtaout21.012.net.il> for 17724@debbugs.gnu.org; Wed, 18 Jun 2014 05:43:36 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N7C003IQFKN8H90@a-mtaout21.012.net.il>; Wed, 18 Jun 2014 05:43:36 +0300 (IDT) Date: Wed, 18 Jun 2014 05:43:36 +0300 From: Eli Zaretskii In-reply-to: X-012-Sender: halo1@inter.net.il Message-id: <834mzjuecn.fsf@gnu.org> References: <87bnu4ww4i.fsf@boo.workgroup> <83r4303cuc.fsf@gnu.org> <87singtukm.fsf@bzg.ath.cx> <878up5erdw.fsf@geodiff-mac3.ulb.ac.be> <83mwdl1oay.fsf__34932.3046779775$1402367995$gmane$org@gnu.org> <871tuxdw3y.fsf@geodiff-mac3.ulb.ac.be> <87lht5xjlt.fsf@bzg.ath.cx> <87lhsvbunj.fsf@yun.yagibdah.de> <87ha3jlaoa.fsf@yun.yagibdah.de> X-Spam-Score: 1.0 (+) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) > From: Stefan Monnier > Date: Tue, 17 Jun 2014 15:45:05 -0400 > Cc: Bastien , 17724@debbugs.gnu.org, grfz@gmx.de, > Nicolas Richard > > > Perhaps add some advise to the web page so ppl pull the emacs24 branch > > instead? > > Does someone know how to change the text in > http://savannah.gnu.org/git/?group=emacs? Ask savannah-hackers@gnu.org. From unknown Sat Aug 16 16:23:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file Resent-From: Stefan Monnier Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org, emacs-orgmode@gnu.org Resent-Date: Wed, 18 Jun 2014 12:05:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17724 X-GNU-PR-Package: emacs,org-mode X-GNU-PR-Keywords: To: Eli Zaretskii Cc: lee@yun.yagibdah.de, 17724@debbugs.gnu.org, theonewiththeevillook@yahoo.fr, grfz@gmx.de, bzg@altern.org Received: via spool by 17724-submit@debbugs.gnu.org id=B17724.140309309829447 (code B ref 17724); Wed, 18 Jun 2014 12:05:02 +0000 Received: (at 17724) by debbugs.gnu.org; 18 Jun 2014 12:04:58 +0000 Received: from localhost ([127.0.0.1]:51217 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WxEbl-0007ep-Tr for submit@debbugs.gnu.org; Wed, 18 Jun 2014 08:04:58 -0400 Received: from ironport2-out.teksavvy.com ([206.248.154.181]:30112) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WxEbg-0007eW-DN for 17724@debbugs.gnu.org; Wed, 18 Jun 2014 08:04:52 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArUGAIDvNVNLd+D9/2dsb2JhbABZgwaDSsA9gRcXdIIlAQEBAQIBViMFCws0BwsUGA0kE4dxCNIZF456B4Q4BKkZgWqBcYFbIYEsJA X-IPAS-Result: ArUGAIDvNVNLd+D9/2dsb2JhbABZgwaDSsA9gRcXdIIlAQEBAQIBViMFCws0BwsUGA0kE4dxCNIZF456B4Q4BKkZgWqBcYFbIYEsJA X-IronPort-AV: E=Sophos;i="4.97,753,1389762000"; d="scan'208";a="67571556" Received: from 75-119-224-253.dsl.teksavvy.com (HELO pastel.home) ([75.119.224.253]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 18 Jun 2014 08:04:42 -0400 Received: by pastel.home (Postfix, from userid 20848) id 896C960BEC; Wed, 18 Jun 2014 08:04:39 -0400 (EDT) From: Stefan Monnier Message-ID: References: <87bnu4ww4i.fsf@boo.workgroup> <83r4303cuc.fsf@gnu.org> <87singtukm.fsf@bzg.ath.cx> <878up5erdw.fsf@geodiff-mac3.ulb.ac.be> <83mwdl1oay.fsf__34932.3046779775$1402367995$gmane$org@gnu.org> <871tuxdw3y.fsf@geodiff-mac3.ulb.ac.be> <87lht5xjlt.fsf@bzg.ath.cx> <87lhsvbunj.fsf@yun.yagibdah.de> <87ha3jlaoa.fsf@yun.yagibdah.de> <834mzjuecn.fsf@gnu.org> Date: Wed, 18 Jun 2014 08:04:39 -0400 In-Reply-To: <834mzjuecn.fsf@gnu.org> (Eli Zaretskii's message of "Wed, 18 Jun 2014 05:43:36 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.3 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.3 (/) > Ask savannah-hackers@gnu.org. Then it's not worth the trouble (since it's a temporary change that will need to be modified yet again when we release 24.4). Stefan From unknown Sat Aug 16 16:23:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org, emacs-orgmode@gnu.org Resent-Date: Wed, 18 Jun 2014 14:40:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17724 X-GNU-PR-Package: emacs,org-mode X-GNU-PR-Keywords: To: Stefan Monnier Cc: lee@yun.yagibdah.de, 17724@debbugs.gnu.org, theonewiththeevillook@yahoo.fr, grfz@gmx.de, bzg@altern.org Reply-To: Eli Zaretskii Received: via spool by 17724-submit@debbugs.gnu.org id=B17724.140310237517171 (code B ref 17724); Wed, 18 Jun 2014 14:40:02 +0000 Received: (at 17724) by debbugs.gnu.org; 18 Jun 2014 14:39:35 +0000 Received: from localhost ([127.0.0.1]:51875 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WxH1P-0004Sm-85 for submit@debbugs.gnu.org; Wed, 18 Jun 2014 10:39:34 -0400 Received: from mtaout29.012.net.il ([80.179.55.185]:57788) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WxH1J-0004SU-74 for 17724@debbugs.gnu.org; Wed, 18 Jun 2014 10:39:28 -0400 Received: from conversion-daemon.mtaout29.012.net.il by mtaout29.012.net.il (HyperSendmail v2007.08) id <0N7D00O00C9FXI00@mtaout29.012.net.il> for 17724@debbugs.gnu.org; Wed, 18 Jun 2014 17:39:27 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout29.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N7D002HRCPR1K00@mtaout29.012.net.il>; Wed, 18 Jun 2014 17:39:27 +0300 (IDT) Date: Wed, 18 Jun 2014 17:39:19 +0300 From: Eli Zaretskii In-reply-to: X-012-Sender: halo1@inter.net.il Message-id: <83y4wuth7s.fsf@gnu.org> References: <87bnu4ww4i.fsf@boo.workgroup> <83r4303cuc.fsf@gnu.org> <87singtukm.fsf@bzg.ath.cx> <878up5erdw.fsf@geodiff-mac3.ulb.ac.be> <83mwdl1oay.fsf__34932.3046779775$1402367995$gmane$org@gnu.org> <871tuxdw3y.fsf@geodiff-mac3.ulb.ac.be> <87lht5xjlt.fsf@bzg.ath.cx> <87lhsvbunj.fsf@yun.yagibdah.de> <87ha3jlaoa.fsf@yun.yagibdah.de> <834mzjuecn.fsf@gnu.org> X-Spam-Score: 1.0 (+) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) > From: Stefan Monnier > Cc: lee@yun.yagibdah.de, bzg@altern.org, 17724@debbugs.gnu.org, grfz@gmx.de, theonewiththeevillook@yahoo.fr > Date: Wed, 18 Jun 2014 08:04:39 -0400 > > > Ask savannah-hackers@gnu.org. > > Then it's not worth the trouble (since it's a temporary change that > will need to be modified yet again when we release 24.4). Not sure what you have in mind, but perhaps we should rename the branch to something like 'release-branch', and then its name won't need to change with the Emacs versions. From unknown Sat Aug 16 16:23:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file Resent-From: Stefan Monnier Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org, emacs-orgmode@gnu.org Resent-Date: Wed, 18 Jun 2014 18:16:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17724 X-GNU-PR-Package: emacs,org-mode X-GNU-PR-Keywords: To: Eli Zaretskii Cc: lee@yun.yagibdah.de, 17724@debbugs.gnu.org, theonewiththeevillook@yahoo.fr, grfz@gmx.de, bzg@altern.org Received: via spool by 17724-submit@debbugs.gnu.org id=B17724.14031153617128 (code B ref 17724); Wed, 18 Jun 2014 18:16:02 +0000 Received: (at 17724) by debbugs.gnu.org; 18 Jun 2014 18:16:01 +0000 Received: from localhost ([127.0.0.1]:52075 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WxKOu-0001qq-1V for submit@debbugs.gnu.org; Wed, 18 Jun 2014 14:16:00 -0400 Received: from ironport2-out.teksavvy.com ([206.248.154.181]:44688) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WxKOr-0001qY-IY for 17724@debbugs.gnu.org; Wed, 18 Jun 2014 14:15:58 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArUGAIDvNVNLd+D9/2dsb2JhbABZgwaDSsA9gRcXdIIlAQEBAQIBViMFCws0BwsUGA0kE4dxCNIZF456B4Q4BKkZgWqBcYFbIQ X-IPAS-Result: ArUGAIDvNVNLd+D9/2dsb2JhbABZgwaDSsA9gRcXdIIlAQEBAQIBViMFCws0BwsUGA0kE4dxCNIZF456B4Q4BKkZgWqBcYFbIQ X-IronPort-AV: E=Sophos;i="4.97,753,1389762000"; d="scan'208";a="67734505" Received: from 75-119-224-253.dsl.teksavvy.com (HELO ceviche.home) ([75.119.224.253]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 18 Jun 2014 14:15:51 -0400 Received: by ceviche.home (Postfix, from userid 20848) id 73F1D6608C; Wed, 18 Jun 2014 14:15:51 -0400 (EDT) From: Stefan Monnier Message-ID: References: <87bnu4ww4i.fsf@boo.workgroup> <83r4303cuc.fsf@gnu.org> <87singtukm.fsf@bzg.ath.cx> <878up5erdw.fsf@geodiff-mac3.ulb.ac.be> <83mwdl1oay.fsf__34932.3046779775$1402367995$gmane$org@gnu.org> <871tuxdw3y.fsf@geodiff-mac3.ulb.ac.be> <87lht5xjlt.fsf@bzg.ath.cx> <87lhsvbunj.fsf@yun.yagibdah.de> <87ha3jlaoa.fsf@yun.yagibdah.de> <834mzjuecn.fsf@gnu.org> <83y4wuth7s.fsf@gnu.org> Date: Wed, 18 Jun 2014 14:15:51 -0400 In-Reply-To: <83y4wuth7s.fsf@gnu.org> (Eli Zaretskii's message of "Wed, 18 Jun 2014 17:39:19 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.3 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.3 (/) > Not sure what you have in mind, but perhaps we should rename the > branch to something like 'release-branch', and then its name won't > need to change with the Emacs versions. It's not just the name: after the release we won't ask people to track the "release-branch". Maybe we could use a "branch alias" which we can switch between "trunk" and "release-branch". With Bzr this could be implemented as a symlink (tho I'm not sure if bzr's transport protocol lets us create symlinks). With Git, I'm not sure if it's supported natively or would have to be simulated with symlinks (which we'd have to ask savannah-hackers@gnu.org to create&change). Stefan From unknown Sat Aug 16 16:23:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file Resent-From: Gregor Zattler Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org, emacs-orgmode@gnu.org Resent-Date: Wed, 18 Jun 2014 18:53:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17724 X-GNU-PR-Package: emacs,org-mode X-GNU-PR-Keywords: To: Stefan Monnier Cc: 17724@debbugs.gnu.org Received: via spool by 17724-submit@debbugs.gnu.org id=B17724.140311757810935 (code B ref 17724); Wed, 18 Jun 2014 18:53:02 +0000 Received: (at 17724) by debbugs.gnu.org; 18 Jun 2014 18:52:58 +0000 Received: from localhost ([127.0.0.1]:52107 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WxKyf-0002qI-Rk for submit@debbugs.gnu.org; Wed, 18 Jun 2014 14:52:58 -0400 Received: from mout.gmx.net ([212.227.15.18]:53449) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WxKyd-0002py-Dj for 17724@debbugs.gnu.org; Wed, 18 Jun 2014 14:52:56 -0400 Received: from boo.workgroup ([87.185.157.199]) by mail.gmx.com (mrgmx003) with ESMTPSA (Nemesis) id 0Lz4KW-1Wb9HL0hDU-014GaB for <17724@debbugs.gnu.org>; Wed, 18 Jun 2014 20:52:47 +0200 Received: from grfz by boo.workgroup with local (Exim 4.82_1-5b7a7c0-XX) (envelope-from ) id 1WxKyJ-0005Ke-T3; Wed, 18 Jun 2014 20:52:36 +0200 Date: Wed, 18 Jun 2014 20:52:05 +0200 From: Gregor Zattler Message-ID: <20140618185205.GA19722@boo.workgroup> Mail-Followup-To: Stefan Monnier , 17724@debbugs.gnu.org References: <87bnu4ww4i.fsf@boo.workgroup> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-Provags-ID: V03:K0:qPjoWZqR0ktySz7+N28L1Yx5h+SvffPIA/+ZQCHdTXREu9RMIE/ DpiRn0mUdbGkVgG2PoFAl7/6UTeo+kq5LLTFnUt3h7P/Db3G4xutN7wSrvVH8VEzNC7d+46 oSEmLjz0sj/IN25I2ljOPxhasVVW5B/EB0+l/4rmvqpyY5tjP5Z1KN+Jr/sMN6AI6G5M6tp yQIBIr8+uoSDfngBleaSg== X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) Hi Stefan, * Stefan Monnier [07. Jun. 2014]: > BTW, I would also point out that people who do not actively develop > Emacs should ideally use the emacs-24 (i.e. 24.3.9x) branch now rather > than the trunk (24.4.50), so as to help us fix problems before the > 24.4 release. I'd love to. But the emacs-24 branch gives emacs version 24.4.50, there is a tag emacs-24.3.91 tough, which is from 2014-05-11, whilst the emacs-24 branch ATM has commits from 2014-06-07. I'm a novice to version control, but I think a release-branch (as Eli mentiones in mid:83y4wuth7s.fsf@gnu.org) would be great and I think it's doable with a normal branch!? Ciao; Gregor From unknown Sat Aug 16 16:23:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org, emacs-orgmode@gnu.org Resent-Date: Wed, 18 Jun 2014 19:11:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17724 X-GNU-PR-Package: emacs,org-mode X-GNU-PR-Keywords: To: Gregor Zattler Cc: 17724@debbugs.gnu.org, monnier@iro.umontreal.ca Reply-To: Eli Zaretskii Received: via spool by 17724-submit@debbugs.gnu.org id=B17724.140311862112673 (code B ref 17724); Wed, 18 Jun 2014 19:11:02 +0000 Received: (at 17724) by debbugs.gnu.org; 18 Jun 2014 19:10:21 +0000 Received: from localhost ([127.0.0.1]:52121 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WxLFR-0003IF-3L for submit@debbugs.gnu.org; Wed, 18 Jun 2014 15:10:20 -0400 Received: from mtaout25.012.net.il ([80.179.55.181]:34626) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WxLFN-0003I0-Rx for 17724@debbugs.gnu.org; Wed, 18 Jun 2014 15:10:15 -0400 Received: from conversion-daemon.mtaout25.012.net.il by mtaout25.012.net.il (HyperSendmail v2007.08) id <0N7D00D00OQDMI00@mtaout25.012.net.il> for 17724@debbugs.gnu.org; Wed, 18 Jun 2014 22:06:18 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout25.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N7D00BQCP2I5N30@mtaout25.012.net.il>; Wed, 18 Jun 2014 22:06:18 +0300 (IDT) Date: Wed, 18 Jun 2014 22:10:01 +0300 From: Eli Zaretskii In-reply-to: <20140618185205.GA19722@boo.workgroup> X-012-Sender: halo1@inter.net.il Message-id: <83egymt4om.fsf@gnu.org> References: <87bnu4ww4i.fsf@boo.workgroup> <20140618185205.GA19722@boo.workgroup> X-Spam-Score: 1.0 (+) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) > Date: Wed, 18 Jun 2014 20:52:05 +0200 > From: Gregor Zattler > Cc: 17724@debbugs.gnu.org > > Hi Stefan, > * Stefan Monnier [07. Jun. 2014]: > > BTW, I would also point out that people who do not actively develop > > Emacs should ideally use the emacs-24 (i.e. 24.3.9x) branch now rather > > than the trunk (24.4.50), so as to help us fix problems before the > > 24.4 release. > > I'd love to. But the emacs-24 branch gives emacs version 24.4.50, No, the emacs-24 branch's version is 24.3.91. If you have 24.4.50, you've got the trunk there, not the emacs-24 branch. How did you checkout what you think is the emacs-24 branch? > I'm a novice to version control, but I think a release-branch (as Eli > mentiones in mid:83y4wuth7s.fsf@gnu.org) would be great and I think > it's doable with a normal branch!? I was just talking about the name of the branch. Your problems are deeper than that. From unknown Sat Aug 16 16:23:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file Resent-From: lee Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org, emacs-orgmode@gnu.org Resent-Date: Wed, 18 Jun 2014 20:26:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17724 X-GNU-PR-Package: emacs,org-mode X-GNU-PR-Keywords: To: Eli Zaretskii Cc: bzg@altern.org, 17724@debbugs.gnu.org, theonewiththeevillook@yahoo.fr, monnier@iro.umontreal.ca, grfz@gmx.de Received: via spool by 17724-submit@debbugs.gnu.org id=B17724.140312314320087 (code B ref 17724); Wed, 18 Jun 2014 20:26:01 +0000 Received: (at 17724) by debbugs.gnu.org; 18 Jun 2014 20:25:43 +0000 Received: from localhost ([127.0.0.1]:52156 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WxMQQ-0005Dt-8B for submit@debbugs.gnu.org; Wed, 18 Jun 2014 16:25:42 -0400 Received: from client-194-42-186-216.muenet.net ([194.42.186.216]:43071 helo=jarl.yagibdah.de) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WxMQM-0005Di-4x for 17724@debbugs.gnu.org; Wed, 18 Jun 2014 16:25:40 -0400 Received: from yun.yagibdah.de ([192.168.3.20]) by jarl.yagibdah.de with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1WxMQC-0000gi-KI; Wed, 18 Jun 2014 22:25:28 +0200 Received: from lee by yun.yagibdah.de with local (Exim 4.80.1) (envelope-from ) id 1WxMQC-0001YK-Fq; Wed, 18 Jun 2014 22:25:28 +0200 From: lee In-Reply-To: <8361jzuyh2.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 17 Jun 2014 22:28:57 +0300") Date: Wed, 18 Jun 2014 13:10:19 +0200 Message-ID: <87mwdav5gk.fsf@yun.yagibdah.de> References: <87bnu4ww4i.fsf@boo.workgroup> <83r4303cuc.fsf@gnu.org> <87singtukm.fsf@bzg.ath.cx> <878up5erdw.fsf@geodiff-mac3.ulb.ac.be> <83mwdl1oay.fsf__34932.3046779775$1402367995$gmane$org@gnu.org> <871tuxdw3y.fsf@geodiff-mac3.ulb.ac.be> <87lht5xjlt.fsf@bzg.ath.cx> <87lhsvbunj.fsf@yun.yagibdah.de> <87ha3jlaoa.fsf@yun.yagibdah.de> <8361jzuyh2.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.5 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Eli Zaretskii writes: >> From: lee >> Date: Tue, 17 Jun 2014 19:15:33 +0200 >> Cc: Bastien , 17724@debbugs.gnu.org, grfz@gmx.de, >> Nicolas Richard >> >> Having cloned as described on http://savannah.gnu.org/git/?group=emacs >> with 'git clone git://git.savannah.gnu.org/emacs.git', I'm getting the >> master branch. Master seems to be identical with trunk. >> >> Perhaps add some advise to the web page so ppl pull the emacs24 branch >> instead? > > It's git, right? The one that has "git checkout BRANCH" and stuff? [...] Content analysis details: (1.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.1 DATE_IN_PAST_06_12 Date: is 6 to 12 hours before Received: date 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.5 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Eli Zaretskii writes: >> From: lee >> Date: Tue, 17 Jun 2014 19:15:33 +0200 >> Cc: Bastien , 17724@debbugs.gnu.org, grfz@gmx.de, >> Nicolas Richard >> >> Having cloned as described on http://savannah.gnu.org/git/?group=emacs >> with 'git clone git://git.savannah.gnu.org/emacs.git', I'm getting the >> master branch. Master seems to be identical with trunk. >> >> Perhaps add some advise to the web page so ppl pull the emacs24 branch >> instead? > > It's git, right? The one that has "git checkout BRANCH" and stuff? [...] Content analysis details: (1.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.1 DATE_IN_PAST_06_12 Date: is 6 to 12 hours before Received: date 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS Eli Zaretskii writes: >> From: lee >> Date: Tue, 17 Jun 2014 19:15:33 +0200 >> Cc: Bastien , 17724@debbugs.gnu.org, grfz@gmx.de, >> Nicolas Richard >> >> Having cloned as described on http://savannah.gnu.org/git/?group=emacs >> with 'git clone git://git.savannah.gnu.org/emacs.git', I'm getting the >> master branch. Master seems to be identical with trunk. >> >> Perhaps add some advise to the web page so ppl pull the emacs24 branch >> instead? > > It's git, right? The one that has "git checkout BRANCH" and stuff? Yes, I pulled from the git repo as described on the website. Next time I update, I guess I can pull the emacs24 branch and use that. -- Knowledge is volatile and fluid. Software is power. From unknown Sat Aug 16 16:23:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file Resent-From: Gregor Zattler Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org, emacs-orgmode@gnu.org Resent-Date: Wed, 18 Jun 2014 22:09:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17724 X-GNU-PR-Package: emacs,org-mode X-GNU-PR-Keywords: To: Eli Zaretskii Cc: 17724@debbugs.gnu.org, monnier@iro.umontreal.ca Received: via spool by 17724-submit@debbugs.gnu.org id=B17724.140312931130104 (code B ref 17724); Wed, 18 Jun 2014 22:09:01 +0000 Received: (at 17724) by debbugs.gnu.org; 18 Jun 2014 22:08:31 +0000 Received: from localhost ([127.0.0.1]:52214 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WxO1u-0007pT-2n for submit@debbugs.gnu.org; Wed, 18 Jun 2014 18:08:31 -0400 Received: from mout.gmx.net ([212.227.17.22]:50167) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WxO1p-0007pB-Mb for 17724@debbugs.gnu.org; Wed, 18 Jun 2014 18:08:27 -0400 Received: from boo.workgroup ([87.185.188.136]) by mail.gmx.com (mrgmx002) with ESMTPSA (Nemesis) id 0LeMij-1WNXRy2UxB-00qAUE; Thu, 19 Jun 2014 00:08:16 +0200 Received: from grfz by boo.workgroup with local (Exim 4.82_1-5b7a7c0-XX) (envelope-from ) id 1WxO1X-0003Sx-D0; Thu, 19 Jun 2014 00:08:07 +0200 Date: Thu, 19 Jun 2014 00:07:37 +0200 From: Gregor Zattler Message-ID: <20140618220737.GE19722@boo.workgroup> Mail-Followup-To: Eli Zaretskii , monnier@iro.umontreal.ca, 17724@debbugs.gnu.org References: <87bnu4ww4i.fsf@boo.workgroup> <20140618185205.GA19722@boo.workgroup> <83egymt4om.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83egymt4om.fsf@gnu.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-Provags-ID: V03:K0:igvQgcW2616BK/lyuiV4s/W/0MwujKP5Uc4Kfs9yJ2M0TghIeT8 WfwSOUaR3EzvulSzKGgbFzh6vt/rh1Fa7bySh2zhnVzy3CufOU4ad6XdBpc+jTAyaz6zAV0 D2tUaR2E3y3n66I/3SOKesDbU1z5cjFxdR4MMNWahd64Aocw++bwatoc6plXGLJvYi5lZVG PZ3ONEJiqRfKSxcdsKMeA== X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) Hi Eli, * Eli Zaretskii [18. Jun. 2014]: > > * Stefan Monnier [07. Jun. 2014]: > > > BTW, I would also point out that people who do not actively develop > > > Emacs should ideally use the emacs-24 (i.e. 24.3.9x) branch now rather > > > than the trunk (24.4.50), so as to help us fix problems before the > > > 24.4 release. > > > > I'd love to. But the emacs-24 branch gives emacs version 24.4.50, > > No, the emacs-24 branch's version is 24.3.91. If you have 24.4.50, > you've got the trunk there, not the emacs-24 branch. > > How did you checkout what you think is the emacs-24 branch? like so: $ cd ~/src/emacs/; rm -rf * ; git co -f emacs-24 Checking out files: 100% (3525/3525), done. Previous HEAD position was 0f0917d... Regenerate AUTHORS and ldefs-boot.el Switched to branch 'emacs-24' then I do $ ./autogen.sh && ./configure --prefix=/usr/local/stow/emacs-snapshot --enable-checking --enable-link-time-optimization --without-toolkit-scroll-bars --with-x-toolkit=gtk3 when I now do (long output ahead) $ rgrep -- "24\.4\.50" configure.ac:AC_INIT(GNU Emacs, 24.4.50, bug-gnu-emacs@gnu.org) lib/Makefile:PACKAGE_STRING = GNU Emacs 24.4.50 lib/Makefile:PACKAGE_VERSION = 24.4.50 lib/Makefile:VERSION = 24.4.50 lib/Makefile:version = 24.4.50 doc/misc/Makefile:version=24.4.50 doc/lispintro/Makefile:version=24.4.50 doc/lispref/Makefile:version=24.4.50 doc/man/emacs.1:.TH EMACS 1 "2007 April 13" "GNU Emacs 24.4.50" doc/emacs/Makefile:version=24.4.50 doc/emacs/emacsver.texi:@set EMACSVER 24.4.50 ChangeLog: * configure.ac: Bump version to 24.4.50. README:This directory tree holds version 24.4.50 of GNU Emacs, the extensible, nt/makefile.w32-in:VERSION = 24.4.50 nt/Makefile:version=24.4.50 nt/config.nt:#define VERSION "24.4.50" configure:# Generated by GNU Autoconf 2.69 for GNU Emacs 24.4.50. configure:PACKAGE_VERSION='24.4.50' configure:PACKAGE_STRING='GNU Emacs 24.4.50' configure:\`configure' configures GNU Emacs 24.4.50 to adapt to many kinds of systems. configure: short | recursive ) echo "Configuration of GNU Emacs 24.4.50:";; configure:GNU Emacs configure 24.4.50 configure:It was created by GNU Emacs $as_me 24.4.50, which was configure: VERSION='24.4.50' configure:This file was extended by GNU Emacs $as_me 24.4.50, which was configure:GNU Emacs config.status 24.4.50 Makefile:version=24.4.50 autom4te.cache/traces.1:m4trace:configure.ac:26: -1- AC_INIT([GNU Emacs], [24.4.50], [bug-gnu-emacs@gnu.org]) autom4te.cache/output.1:@%:@ Generated by GNU Autoconf 2.69 for GNU Emacs 24.4.50. autom4te.cache/output.1:PACKAGE_VERSION='24.4.50' autom4te.cache/output.1:PACKAGE_STRING='GNU Emacs 24.4.50' autom4te.cache/output.1:\`configure' configures GNU Emacs 24.4.50 to adapt to many kinds of systems. autom4te.cache/output.1: short | recursive ) echo "Configuration of GNU Emacs 24.4.50:";; autom4te.cache/output.1:GNU Emacs configure 24.4.50 autom4te.cache/output.1:It was created by GNU Emacs $as_me 24.4.50, which was autom4te.cache/output.1: VERSION='24.4.50' autom4te.cache/output.1:This file was extended by GNU Emacs $as_me 24.4.50, which was autom4te.cache/output.1:GNU Emacs config.status 24.4.50 autom4te.cache/output.2:@%:@ Generated by GNU Autoconf 2.69 for GNU Emacs 24.4.50. autom4te.cache/output.2:PACKAGE_VERSION='24.4.50' autom4te.cache/output.2:PACKAGE_STRING='GNU Emacs 24.4.50' autom4te.cache/output.2:\`configure' configures GNU Emacs 24.4.50 to adapt to many kinds of systems. autom4te.cache/output.2: short | recursive ) echo "Configuration of GNU Emacs 24.4.50:";; autom4te.cache/output.2:GNU Emacs configure 24.4.50 autom4te.cache/output.2:It was created by GNU Emacs $as_me 24.4.50, which was autom4te.cache/output.2: VERSION='24.4.50' autom4te.cache/output.2:This file was extended by GNU Emacs $as_me 24.4.50, which was autom4te.cache/output.2:GNU Emacs config.status 24.4.50 autom4te.cache/traces.2:m4trace:configure.ac:26: -1- AC_INIT([GNU Emacs], [24.4.50], [bug-gnu-emacs@gnu.org]) autom4te.cache/output.0:@%:@ Generated by GNU Autoconf 2.69 for GNU Emacs 24.4.50. autom4te.cache/output.0:PACKAGE_VERSION='24.4.50' autom4te.cache/output.0:PACKAGE_STRING='GNU Emacs 24.4.50' autom4te.cache/output.0:\`configure' configures GNU Emacs 24.4.50 to adapt to many kinds of systems. autom4te.cache/output.0: short | recursive ) echo "Configuration of GNU Emacs 24.4.50:";; autom4te.cache/output.0:GNU Emacs configure 24.4.50 autom4te.cache/output.0:It was created by GNU Emacs $as_me 24.4.50, which was autom4te.cache/output.0: VERSION='24.4.50' autom4te.cache/output.0:This file was extended by GNU Emacs $as_me 24.4.50, which was autom4te.cache/output.0:GNU Emacs config.status 24.4.50 lib-src/Makefile:version=24.4.50 msdos/sed2v2.inp:/^#undef VERSION/s/^.*$/#define VERSION "24.4.50"/ config.log:It was created by GNU Emacs configure 24.4.50, which was config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:| #define PACKAGE_VERSION "24.4.50" config.log:| #define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:| #define VERSION "24.4.50" config.log:This file was extended by GNU Emacs config.status 24.4.50, which was config.log:PACKAGE_STRING='GNU Emacs 24.4.50' config.log:PACKAGE_VERSION='24.4.50' config.log:VERSION='24.4.50' config.log:version='24.4.50' config.log:#define PACKAGE_VERSION "24.4.50" config.log:#define PACKAGE_STRING "GNU Emacs 24.4.50" config.log:#define VERSION "24.4.50" config.status:This file was extended by GNU Emacs $as_me 24.4.50, which was config.status:GNU Emacs config.status 24.4.50 config.status:S["version"]="24.4.50" config.status:S["VERSION"]="24.4.50" config.status:S["PACKAGE_STRING"]="GNU Emacs 24.4.50" config.status:S["PACKAGE_VERSION"]="24.4.50" config.status:D["PACKAGE_VERSION"]=" \"24.4.50\"" config.status:D["PACKAGE_STRING"]=" \"GNU Emacs 24.4.50\"" config.status:D["VERSION"]=" \"24.4.50\"" src/Makefile:version = 24.4.50 src/config.h:#define PACKAGE_STRING "GNU Emacs 24.4.50" src/config.h:#define PACKAGE_VERSION "24.4.50" src/config.h:#define VERSION "24.4.50" src/epaths.h:#define PATH_LOADSEARCH "/usr/local/stow/emacs-snapshot/share/emacs/24.4.50/lisp" src/epaths.h:#define PATH_SITELOADSEARCH "/usr/local/stow/emacs-snapshot/share/emacs/24.4.50/site-lisp:/usr/local/stow/emacs-snapshot/share/emacs/site-lisp" src/epaths.h:#define PATH_EXEC "/usr/local/stow/emacs-snapshot/libexec/emacs/24.4.50/i686-pc-linux-gnu" src/epaths.h:#define PATH_DATA "/usr/local/stow/emacs-snapshot/share/emacs/24.4.50/etc" src/epaths.h:#define PATH_DOC "/usr/local/stow/emacs-snapshot/share/emacs/24.4.50/etc" now I do $ make [...] $ ls -Altr src/emacs-24* -rwxr-xr-x 3 grfz grfz 23799208 Jun 18 23:29 src/emacs-24.4.50.1 $ src/emacs -Q -nw -f version GNU Emacs 24.4.50.1 (i686-pc-linux-gnu, GTK+ Version 3.12.2) of 2014-06-18 on boo Git still thinks I'm on branch emacs-24: $ git branch * emacs-24 master I cloned this repo from savannah: cd .git ; cat config $ cat config [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] url = git://git.savannah.gnu.org/emacs.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "master"] remote = origin merge = refs/heads/master I thought emacs-24 was the branch which track the release but... Thanks for asking back. Perhaps this is a quirk in this git repo? Ciao; Gregor From unknown Sat Aug 16 16:23:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org, emacs-orgmode@gnu.org Resent-Date: Thu, 19 Jun 2014 02:48:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17724 X-GNU-PR-Package: emacs,org-mode X-GNU-PR-Keywords: To: lee Cc: bzg@altern.org, 17724@debbugs.gnu.org, theonewiththeevillook@yahoo.fr, monnier@iro.umontreal.ca, grfz@gmx.de Reply-To: Eli Zaretskii Received: via spool by 17724-submit@debbugs.gnu.org id=B17724.140314604024909 (code B ref 17724); Thu, 19 Jun 2014 02:48:01 +0000 Received: (at 17724) by debbugs.gnu.org; 19 Jun 2014 02:47:20 +0000 Received: from localhost ([127.0.0.1]:52299 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WxSNk-0006Th-91 for submit@debbugs.gnu.org; Wed, 18 Jun 2014 22:47:20 -0400 Received: from mtaout23.012.net.il ([80.179.55.175]:35658) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WxSNg-0006TR-S8 for 17724@debbugs.gnu.org; Wed, 18 Jun 2014 22:47:18 -0400 Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0N7E007009Z2DB00@a-mtaout23.012.net.il> for 17724@debbugs.gnu.org; Thu, 19 Jun 2014 05:47:09 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N7E007GEAELA950@a-mtaout23.012.net.il>; Thu, 19 Jun 2014 05:47:09 +0300 (IDT) Date: Thu, 19 Jun 2014 05:46:55 +0300 From: Eli Zaretskii In-reply-to: <87mwdav5gk.fsf@yun.yagibdah.de> X-012-Sender: halo1@inter.net.il Message-id: <837g4dty3k.fsf@gnu.org> References: <87bnu4ww4i.fsf@boo.workgroup> <83r4303cuc.fsf@gnu.org> <87singtukm.fsf@bzg.ath.cx> <878up5erdw.fsf@geodiff-mac3.ulb.ac.be> <83mwdl1oay.fsf__34932.3046779775$1402367995$gmane$org@gnu.org> <871tuxdw3y.fsf@geodiff-mac3.ulb.ac.be> <87lht5xjlt.fsf@bzg.ath.cx> <87lhsvbunj.fsf@yun.yagibdah.de> <87ha3jlaoa.fsf@yun.yagibdah.de> <8361jzuyh2.fsf@gnu.org> <87mwdav5gk.fsf@yun.yagibdah.de> X-Spam-Score: 1.0 (+) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) > From: lee > Cc: monnier@iro.umontreal.ca, bzg@altern.org, 17724@debbugs.gnu.org, grfz@gmx.de, theonewiththeevillook@yahoo.fr > Date: Wed, 18 Jun 2014 13:10:19 +0200 > > > It's git, right? The one that has "git checkout BRANCH" and stuff? > > Yes, I pulled from the git repo as described on the website. Next time > I update, I guess I can pull the emacs24 branch and use that. If you cloned the repository normally, you already have emacs-24, you just need to checkout it. From unknown Sat Aug 16 16:23:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file Resent-From: Nicolas Richard Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org, emacs-orgmode@gnu.org Resent-Date: Thu, 19 Jun 2014 08:20:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17724 X-GNU-PR-Package: emacs,org-mode X-GNU-PR-Keywords: To: Eli Zaretskii Cc: 17724@debbugs.gnu.org, monnier@iro.umontreal.ca Received: via spool by 17724-submit@debbugs.gnu.org id=B17724.140316596825235 (code B ref 17724); Thu, 19 Jun 2014 08:20:01 +0000 Received: (at 17724) by debbugs.gnu.org; 19 Jun 2014 08:19:28 +0000 Received: from localhost ([127.0.0.1]:52447 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WxXZ9-0006Yx-Qa for submit@debbugs.gnu.org; Thu, 19 Jun 2014 04:19:28 -0400 Received: from mxin.ulb.ac.be ([164.15.128.112]:18714) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WxXZ4-0006Yi-1k for 17724@debbugs.gnu.org; Thu, 19 Jun 2014 04:19:25 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArsEAMecolOkD4Xx/2dsb2JhbABag1+qbwECAQeZJwGBIXWEAwEBBAF5BQsLIRoLDwEESROILQEDCQixLJVfAYcOF4ViggWDbwF8giMHhEMEoSaMdYIAgUQ7Lw Received: from mathsrv4.ulb.ac.be (HELO geodiff-mac3.ulb.ac.be) ([164.15.133.241]) by smtp.ulb.ac.be with ESMTP; 19 Jun 2014 10:18:57 +0200 From: Nicolas Richard References: <87bnu4ww4i.fsf@boo.workgroup> <20140618185205.GA19722@boo.workgroup> <83egymt4om.fsf@gnu.org> <20140618220737.GE19722@boo.workgroup> Date: Thu, 19 Jun 2014 10:20:24 +0200 In-Reply-To: <20140618220737.GE19722@boo.workgroup> (Gregor Zattler's message of "Thu, 19 Jun 2014 00:07:37 +0200") Message-ID: <8761jxqpiv.fsf@geodiff-mac3.ulb.ac.be> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.91 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) Gregor Zattler writes: > like so: > $ cd ~/src/emacs/; rm -rf * ; git co -f emacs-24 > Checking out files: 100% (3525/3525), done. > Previous HEAD position was 0f0917d... Regenerate AUTHORS and ldefs-boot.el > Switched to branch 'emacs-24' (Here I am assuming emacs-24 is still checked out.) Could you issue "git describe --tags" and "git branch -a --contains HEAD" ? I suspect your local emacs-24 branch isn't the actual emacs-24 branch. (OTOH 0f0917d *does* belong to emacs-24, so there's still something weird.) > cd .git ; cat config > $ cat config > [core] > repositoryformatversion = 0 > filemode = true > bare = false > logallrefupdates = true > [remote "origin"] > url = git://git.savannah.gnu.org/emacs.git > fetch = +refs/heads/*:refs/remotes/origin/* > [branch "master"] > remote = origin > merge = refs/heads/master Shouldn't there be an entry for emacs-24 here ? -- Nico. From unknown Sat Aug 16 16:23:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file Resent-From: lee Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org, emacs-orgmode@gnu.org Resent-Date: Thu, 19 Jun 2014 09:47:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17724 X-GNU-PR-Package: emacs,org-mode X-GNU-PR-Keywords: To: Eli Zaretskii Cc: bzg@altern.org, 17724@debbugs.gnu.org, theonewiththeevillook@yahoo.fr, monnier@iro.umontreal.ca, grfz@gmx.de Received: via spool by 17724-submit@debbugs.gnu.org id=B17724.14031711731329 (code B ref 17724); Thu, 19 Jun 2014 09:47:01 +0000 Received: (at 17724) by debbugs.gnu.org; 19 Jun 2014 09:46:13 +0000 Received: from localhost ([127.0.0.1]:52480 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WxYv7-0000LN-1F for submit@debbugs.gnu.org; Thu, 19 Jun 2014 05:46:13 -0400 Received: from client-194-42-186-216.muenet.net ([194.42.186.216]:43104 helo=jarl.yagibdah.de) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WxYv4-0000LB-El for 17724@debbugs.gnu.org; Thu, 19 Jun 2014 05:46:11 -0400 Received: from yun.yagibdah.de ([192.168.3.20]) by jarl.yagibdah.de with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1WxYuq-0000u9-G4; Thu, 19 Jun 2014 11:46:05 +0200 Received: from lee by yun.yagibdah.de with local (Exim 4.80.1) (envelope-from ) id 1WxYuq-0000qb-AH; Thu, 19 Jun 2014 11:45:56 +0200 From: lee In-Reply-To: <837g4dty3k.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 19 Jun 2014 05:46:55 +0300") Date: Thu, 19 Jun 2014 11:35:38 +0200 Message-ID: <87r42ltf6d.fsf@yun.yagibdah.de> References: <87bnu4ww4i.fsf@boo.workgroup> <83r4303cuc.fsf@gnu.org> <87singtukm.fsf@bzg.ath.cx> <878up5erdw.fsf@geodiff-mac3.ulb.ac.be> <83mwdl1oay.fsf__34932.3046779775$1402367995$gmane$org@gnu.org> <871tuxdw3y.fsf@geodiff-mac3.ulb.ac.be> <87lht5xjlt.fsf@bzg.ath.cx> <87lhsvbunj.fsf@yun.yagibdah.de> <87ha3jlaoa.fsf@yun.yagibdah.de> <8361jzuyh2.fsf@gnu.org> <87mwdav5gk.fsf@yun.yagibdah.de> <837g4dty3k.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.4 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.4 (/) Eli Zaretskii writes: >> From: lee >> Cc: monnier@iro.umontreal.ca, bzg@altern.org, 17724@debbugs.gnu.org, grfz@gmx.de, theonewiththeevillook@yahoo.fr >> Date: Wed, 18 Jun 2014 13:10:19 +0200 >> >> > It's git, right? The one that has "git checkout BRANCH" and stuff? >> >> Yes, I pulled from the git repo as described on the website. Next time >> I update, I guess I can pull the emacs24 branch and use that. > > If you cloned the repository normally, you already have emacs-24, you > just need to checkout it. Someone seems to have changed the website :) What is "elpa"? ,---- | # git remote show origin | * remote origin | Fetch URL: git://git.savannah.gnu.org/emacs.git | Push URL: git://git.savannah.gnu.org/emacs.git | HEAD branch (remote HEAD is ambiguous, may be one of the following): | master | trunk | Remote branches: | [...] | git branch --list | * master `---- Is it good that master and trunk are ambiguous? Perhaps descriptions could be added so we can know what a branch is for. -- Knowledge is volatile and fluid. Software is power. From unknown Sat Aug 16 16:23:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org, emacs-orgmode@gnu.org Resent-Date: Thu, 19 Jun 2014 14:59:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17724 X-GNU-PR-Package: emacs,org-mode X-GNU-PR-Keywords: To: Nicolas Richard Cc: 17724@debbugs.gnu.org, monnier@iro.umontreal.ca Reply-To: Eli Zaretskii Received: via spool by 17724-submit@debbugs.gnu.org id=B17724.14031899245078 (code B ref 17724); Thu, 19 Jun 2014 14:59:02 +0000 Received: (at 17724) by debbugs.gnu.org; 19 Jun 2014 14:58:44 +0000 Received: from localhost ([127.0.0.1]:53318 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WxdnX-0001Jp-W8 for submit@debbugs.gnu.org; Thu, 19 Jun 2014 10:58:44 -0400 Received: from mtaout23.012.net.il ([80.179.55.175]:53069) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WxdnU-0001JZ-TK for 17724@debbugs.gnu.org; Thu, 19 Jun 2014 10:58:41 -0400 Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0N7F009007XPRA00@a-mtaout23.012.net.il> for 17724@debbugs.gnu.org; Thu, 19 Jun 2014 17:58:34 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N7F0097189MOV60@a-mtaout23.012.net.il>; Thu, 19 Jun 2014 17:58:34 +0300 (IDT) Date: Thu, 19 Jun 2014 17:58:19 +0300 From: Eli Zaretskii In-reply-to: <8761jxqpiv.fsf@geodiff-mac3.ulb.ac.be> X-012-Sender: halo1@inter.net.il Message-id: <831tult08k.fsf@gnu.org> References: <87bnu4ww4i.fsf@boo.workgroup> <20140618185205.GA19722@boo.workgroup> <83egymt4om.fsf@gnu.org> <20140618220737.GE19722@boo.workgroup> <8761jxqpiv.fsf@geodiff-mac3.ulb.ac.be> X-Spam-Score: 1.0 (+) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) > From: Nicolas Richard > Cc: monnier@iro.umontreal.ca, 17724@debbugs.gnu.org > Date: Thu, 19 Jun 2014 10:20:24 +0200 > > I suspect your local emacs-24 branch isn't the actual emacs-24 > branch. Seconded. > > cd .git ; cat config > > $ cat config > > [core] > > repositoryformatversion = 0 > > filemode = true > > bare = false > > logallrefupdates = true > > [remote "origin"] > > url = git://git.savannah.gnu.org/emacs.git > > fetch = +refs/heads/*:refs/remotes/origin/* > > [branch "master"] > > remote = origin > > merge = refs/heads/master > > Shouldn't there be an entry for emacs-24 here ? Indeed, there should be. I do have it. So I think Gregor's repository is botched, and suggest to remove it and clone a new one. From unknown Sat Aug 16 16:23:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file Resent-From: Gregor Zattler Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org, emacs-orgmode@gnu.org Resent-Date: Thu, 19 Jun 2014 19:09:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17724 X-GNU-PR-Package: emacs,org-mode X-GNU-PR-Keywords: To: Nicolas Richard Cc: Eli Zaretskii , 17724@debbugs.gnu.org, monnier@iro.umontreal.ca Received: via spool by 17724-submit@debbugs.gnu.org id=B17724.140320494029682 (code B ref 17724); Thu, 19 Jun 2014 19:09:01 +0000 Received: (at 17724) by debbugs.gnu.org; 19 Jun 2014 19:09:00 +0000 Received: from localhost ([127.0.0.1]:53457 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Wxhhi-0007ib-Ok for submit@debbugs.gnu.org; Thu, 19 Jun 2014 15:08:59 -0400 Received: from mout.gmx.net ([212.227.17.22]:55145) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Wxhhg-0007iH-Rf for 17724@debbugs.gnu.org; Thu, 19 Jun 2014 15:08:57 -0400 Received: from boo.workgroup ([87.185.160.181]) by mail.gmx.com (mrgmx101) with ESMTPSA (Nemesis) id 0MXllr-1XBBxw1b3n-00WrEw; Thu, 19 Jun 2014 21:08:48 +0200 Received: from grfz by boo.workgroup with local (Exim 4.82_1-5b7a7c0-XX) (envelope-from ) id 1WxhhQ-0006Wh-4v; Thu, 19 Jun 2014 21:08:40 +0200 Date: Thu, 19 Jun 2014 21:08:10 +0200 From: Gregor Zattler Message-ID: <20140619190810.GB9247@boo.workgroup> Mail-Followup-To: Nicolas Richard , Eli Zaretskii , 17724@debbugs.gnu.org, monnier@iro.umontreal.ca References: <87bnu4ww4i.fsf@boo.workgroup> <20140618185205.GA19722@boo.workgroup> <83egymt4om.fsf@gnu.org> <20140618220737.GE19722@boo.workgroup> <8761jxqpiv.fsf@geodiff-mac3.ulb.ac.be> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8761jxqpiv.fsf@geodiff-mac3.ulb.ac.be> User-Agent: Mutt/1.5.23 (2014-03-12) X-Provags-ID: V03:K0:y/Bopfggp/TUUWrmMfequApWUljzYSX9IlFGmPwZXtYGmPxn4OA pw7wjwDgx7YmsCaIGXhrshfBVod0iuZERFxedJIK0N5SXSpKoqazqVvF9yhRQqJOVgN56qe lA5bFMDoVyfKfL85mUa6XW1Zq8jMNpcbDhsyo7ph0WPn9YCgxfBhCElGjmD1k4ADG12wzk7 J7PwS+74IKJEqTNSwP7/A== X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) Hi Nicolas, * Nicolas Richard [19. Jun. 2014]: > Gregor Zattler writes: >> like so: >> $ cd ~/src/emacs/; rm -rf * ; git co -f emacs-24 >> Checking out files: 100% (3525/3525), done. >> Previous HEAD position was 0f0917d... Regenerate AUTHORS and ldefs-boot.el >> Switched to branch 'emacs-24' > > (Here I am assuming emacs-24 is still checked out.) > > Could you issue "git describe --tags" and "git branch -a --contains > HEAD" ? I suspect your local emacs-24 branch isn't the actual emacs-24 > branch. > (OTOH 0f0917d *does* belong to emacs-24, so there's still something > weird.) $ cd ~/src/emacs/; rm -rf * ; git co -f emacs-24 Checking out files: 100% (3498/3498), done. Switched to branch 'emacs-24' $ git describe --tags emacs-24.3.91-602-ga92eaac s$ git branch -a --contains HEAD * emacs-24 master remotes/origin/HEAD -> origin/master remotes/origin/master remotes/origin/trunk Hmhm. I have no clue what this signifies. Perhaps it should show remotes/origin/master -> origin/master? >> cd .git ; cat config >> $ cat config >> [core] >> repositoryformatversion = 0 >> filemode = true >> bare = false >> logallrefupdates = true >> [remote "origin"] >> url = git://git.savannah.gnu.org/emacs.git >> fetch = +refs/heads/*:refs/remotes/origin/* >> [branch "master"] >> remote = origin >> merge = refs/heads/master > > Shouldn't there be an entry for emacs-24 here ? I have no clue, but I was suspicious, thats why I pasted this into my mail. Thanks for your help. But if this is only a problem for me, it's probably easier to wait till emacs officially switches to git and then clone that repository. Ciao; Gregor From unknown Sat Aug 16 16:23:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file Resent-From: Nicolas Richard Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org, emacs-orgmode@gnu.org Resent-Date: Thu, 19 Jun 2014 20:30:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17724 X-GNU-PR-Package: emacs,org-mode X-GNU-PR-Keywords: To: Nicolas Richard Cc: Eli Zaretskii , 17724@debbugs.gnu.org, monnier@iro.umontreal.ca Received: via spool by 17724-submit@debbugs.gnu.org id=B17724.14032097994974 (code B ref 17724); Thu, 19 Jun 2014 20:30:02 +0000 Received: (at 17724) by debbugs.gnu.org; 19 Jun 2014 20:29:59 +0000 Received: from localhost ([127.0.0.1]:53489 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Wxiy6-0001I8-QY for submit@debbugs.gnu.org; Thu, 19 Jun 2014 16:29:59 -0400 Received: from mailrelay001.isp.belgacom.be ([195.238.6.51]:49843) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Wxiy4-0001Hv-Fw for 17724@debbugs.gnu.org; Thu, 19 Jun 2014 16:29:57 -0400 X-Belgacom-Dynamic: yes Received: from 76.210-178-91.adsl-dyn.isp.belgacom.be (HELO LDLC-portable) ([91.178.210.76]) by relay.skynet.be with ESMTP; 19 Jun 2014 22:29:39 +0200 From: Nicolas Richard In-Reply-To: <20140619190810.GB9247@boo.workgroup> (Gregor Zattler's message of "Thu, 19 Jun 2014 21:08:10 +0200") References: <87bnu4ww4i.fsf@boo.workgroup> <20140618185205.GA19722@boo.workgroup> <83egymt4om.fsf@gnu.org> <20140618220737.GE19722@boo.workgroup> <8761jxqpiv.fsf@geodiff-mac3.ulb.ac.be> <20140619190810.GB9247@boo.workgroup> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.91 (gnu/linux) Date: Thu, 19 Jun 2014 22:29:38 +0200 Message-ID: <87mwd8wslp.fsf@yahoo.fr> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) Gregor Zattler writes: > s$ git branch -a --contains HEAD > * emacs-24 > master > remotes/origin/HEAD -> origin/master > remotes/origin/master > remotes/origin/trunk So indeed your local emacs-24 branch points in fact to a commit from trunk. I think running those commands should fix the problem: git branch -u origin/emacs-24 git reset --hard origin/emacs-24 -- Nico. From unknown Sat Aug 16 16:23:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file In-Reply-To: <87bnu4ww4i.fsf@boo.workgroup> Resent-From: Achim Gratz Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org, emacs-orgmode@gnu.org Resent-Date: Thu, 19 Jun 2014 20:45:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17724 X-GNU-PR-Package: emacs,org-mode X-GNU-PR-Keywords: To: 17724@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.14032106556479 (code B ref -1); Thu, 19 Jun 2014 20:45:02 +0000 Received: (at submit) by debbugs.gnu.org; 19 Jun 2014 20:44:15 +0000 Received: from localhost ([127.0.0.1]:53493 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WxjBu-0001gQ-Rh for submit@debbugs.gnu.org; Thu, 19 Jun 2014 16:44:15 -0400 Received: from eggs.gnu.org ([208.118.235.92]:59773) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WxjBr-0001gC-Da for submit@debbugs.gnu.org; Thu, 19 Jun 2014 16:44:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WxjBg-0004sy-SC for submit@debbugs.gnu.org; Thu, 19 Jun 2014 16:44:05 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,TO_NO_BRKTS_PCNT autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:50441) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxjBg-0004ss-On for submit@debbugs.gnu.org; Thu, 19 Jun 2014 16:44:00 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33224) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxjBb-0003GP-Sr for bug-gnu-emacs@gnu.org; Thu, 19 Jun 2014 16:44:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WxjBW-0004rZ-Rh for bug-gnu-emacs@gnu.org; Thu, 19 Jun 2014 16:43:55 -0400 Received: from plane.gmane.org ([80.91.229.3]:48412) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxjBW-0004rI-Km for bug-gnu-emacs@gnu.org; Thu, 19 Jun 2014 16:43:50 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WxjBQ-0007HT-Vd for bug-gnu-emacs@gnu.org; Thu, 19 Jun 2014 22:43:44 +0200 Received: from pd9eb1b0b.dip0.t-ipconnect.de ([217.235.27.11]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 19 Jun 2014 22:43:44 +0200 Received: from Stromeko by pd9eb1b0b.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 19 Jun 2014 22:43:44 +0200 X-Injected-Via-Gmane: http://gmane.org/ From: Achim Gratz Date: Thu, 19 Jun 2014 22:43:31 +0200 Organization: Linux Private Site Lines: 70 Message-ID: <87vbrw8wb0.fsf@Rainer.invalid> References: <87bnu4ww4i.fsf@boo.workgroup> <20140618185205.GA19722@boo.workgroup> <83egymt4om.fsf@gnu.org> <20140618220737.GE19722@boo.workgroup> Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pd9eb1b0b.dip0.t-ipconnect.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.91 (gnu/linux) Cancel-Lock: sha1:ggGtL7TKryzo92n4ND2heSo7SX4= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.1 (----) Gregor Zattler writes: > Hi Eli, > * Eli Zaretskii [18. Jun. 2014]: >> > * Stefan Monnier [07. Jun. 2014]: >> > > BTW, I would also point out that people who do not actively develop >> > > Emacs should ideally use the emacs-24 (i.e. 24.3.9x) branch now rather >> > > than the trunk (24.4.50), so as to help us fix problems before the >> > > 24.4 release. >> > >> > I'd love to. But the emacs-24 branch gives emacs version 24.4.50, >> >> No, the emacs-24 branch's version is 24.3.91. If you have 24.4.50, >> you've got the trunk there, not the emacs-24 branch. >> >> How did you checkout what you think is the emacs-24 branch? > > like so: > $ cd ~/src/emacs/; rm -rf * ; git co -f emacs-24 > Checking out files: 100% (3525/3525), done. > Previous HEAD position was 0f0917d... Regenerate AUTHORS and ldefs-boot.el > Switched to branch 'emacs-24' I'm not sure how you ended up on a branch named emacs-24 given your config. Also you seem to use some heavily customized version of git given that apparently an alias for checkout exists. That alias may supply other modifications that you may or may not want. > Git still thinks I'm on branch emacs-24: > $ git branch > * emacs-24 > master > > I cloned this repo from savannah: > > cd .git ; cat config > $ cat config > [core] > repositoryformatversion = 0 > filemode = true > bare = false > logallrefupdates = true > [remote "origin"] > url = git://git.savannah.gnu.org/emacs.git > fetch = +refs/heads/*:refs/remotes/origin/* > [branch "master"] > remote = origin > merge = refs/heads/master There is no emacs-24 branch following upstream here. You'd need [branch "emacs-24"] remote = origin merge = refs/heads/emacs-24 in the config, which is usually created when doing git branch --track emacs-24 origin/emacs-24 > I thought emacs-24 was the branch which track the release but... You need to learn a little bit of Git. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ SD adaptation for Waldorf microQ V2.22R2: http://Synth.Stromeko.net/Downloads.html#WaldorfSDada From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 03 17:10:00 2014 Received: (at control) by debbugs.gnu.org; 3 Sep 2014 21:10:00 +0000 Received: from localhost ([127.0.0.1]:58176 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XPHoV-00066N-KP for submit@debbugs.gnu.org; Wed, 03 Sep 2014 17:09:59 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:44212 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XPHoT-00066F-FZ for control@debbugs.gnu.org; Wed, 03 Sep 2014 17:09:58 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1XPHoS-00034a-Ud for control@debbugs.gnu.org; Wed, 03 Sep 2014 17:09:56 -0400 Date: Wed, 03 Sep 2014 17:09:56 -0400 Message-Id: Subject: control message for bug 17724 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -6.7 (------) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.7 (------) merge 18401 17724 From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 09 11:46:27 2014 Received: (at control) by debbugs.gnu.org; 9 Sep 2014 15:46:27 +0000 Received: from localhost ([127.0.0.1]:35522 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XRNcg-0005vh-H0 for submit@debbugs.gnu.org; Tue, 09 Sep 2014 11:46:26 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:37320 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XRNcd-0005vV-PL for control@debbugs.gnu.org; Tue, 09 Sep 2014 11:46:24 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1XRNcd-0001gq-6c for control@debbugs.gnu.org; Tue, 09 Sep 2014 11:46:23 -0400 Date: Tue, 09 Sep 2014 11:46:23 -0400 Message-Id: Subject: control message for bug 18430 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -7.5 (-------) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -7.5 (-------) merge 18401 18430 From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 01 11:52:03 2014 Received: (at control) by debbugs.gnu.org; 1 Oct 2014 15:52:03 +0000 Received: from localhost ([127.0.0.1]:57575 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XZMCA-0001oJ-JF for submit@debbugs.gnu.org; Wed, 01 Oct 2014 11:52:02 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:60268) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XZMC7-0001nr-MP for control@debbugs.gnu.org; Wed, 01 Oct 2014 11:52:00 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1XZMC7-0002rv-6I for control@debbugs.gnu.org; Wed, 01 Oct 2014 11:51:59 -0400 Date: Wed, 01 Oct 2014 11:51:59 -0400 Message-Id: Subject: control message for bug 17724 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -5.6 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.6 (-----) merge 18594 17724 From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 03 11:53:20 2014 Received: (at control) by debbugs.gnu.org; 3 Oct 2014 15:53:20 +0000 Received: from localhost ([127.0.0.1]:60473 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xa5AV-0003No-KZ for submit@debbugs.gnu.org; Fri, 03 Oct 2014 11:53:19 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:34637) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xa5AT-0003NZ-D7 for control@debbugs.gnu.org; Fri, 03 Oct 2014 11:53:18 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Xa5AS-0001h8-Ts for control@debbugs.gnu.org; Fri, 03 Oct 2014 11:53:16 -0400 Date: Fri, 03 Oct 2014 11:53:16 -0400 Message-Id: Subject: control message for bug 17724 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) close 17724