From unknown Thu Jun 19 16:22:24 2025 X-Loop: help-debbugs@gnu.org Subject: bug#14531: 24.3.50; `log-view-file-prev' doesn't move to the beginning of the log buffer Resent-From: Xue Fuqiao Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 02 Jun 2013 02:56:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 14531 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 14531@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs Received: via spool by submit@debbugs.gnu.org id=B.137014174820669 (code B ref -1); Sun, 02 Jun 2013 02:56:02 +0000 Received: (at submit) by debbugs.gnu.org; 2 Jun 2013 02:55:48 +0000 Received: from localhost ([127.0.0.1]:47155 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UiySQ-0005NH-BL for submit@debbugs.gnu.org; Sat, 01 Jun 2013 22:55:48 -0400 Received: from eggs.gnu.org ([208.118.235.92]:44355) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UiySF-0005Mn-LM for submit@debbugs.gnu.org; Sat, 01 Jun 2013 22:55:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UiyQR-0004ZU-Rk for submit@debbugs.gnu.org; Sat, 01 Jun 2013 22:53:46 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-99.2 required=5.0 tests=BAYES_50,FREEMAIL_FROM, T_DKIM_INVALID,USER_IN_WHITELIST autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:60920) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UiyQR-0004ZQ-Nm for submit@debbugs.gnu.org; Sat, 01 Jun 2013 22:53:43 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46071) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UiyQO-0001Qa-H4 for bug-gnu-emacs@gnu.org; Sat, 01 Jun 2013 22:53:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UiyQK-0004Yf-8R for bug-gnu-emacs@gnu.org; Sat, 01 Jun 2013 22:53:40 -0400 Received: from mail-ie0-x231.google.com ([2607:f8b0:4001:c03::231]:39631) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UiyQJ-0004Ya-Uw for bug-gnu-emacs@gnu.org; Sat, 01 Jun 2013 22:53:36 -0400 Received: by mail-ie0-f177.google.com with SMTP id u16so4650781iet.8 for ; Sat, 01 Jun 2013 19:53:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=5NPQqhGGabwRyKBxaDVKVU3BydxfC2Fz4TWHupey2Dg=; b=Yz3q9q+hY0qjDjmfutRO/F64XY5dZYxHu1Saw5gzBkN79354RuvDDUONaqtxsre//B vM6t4TS1Dz80oXQBu8QZkpWz6ueakvHWSJb3H+vug4mRScbAWf9cM2OFDEvXq07Iyh08 2PkfpoB8Ks9eZ9nbG9xh047uSUzlmm0sTkIgBxA7Jhul7wRsZ12vuFg/qS5igwrDGMnR t87Ghof2FY3pmkfbgTqwcyVDO1+Qpo/wx3s76ncstEIzT+ZzhN/gThPqD+DS2dSuJ0Z1 5VrrBfEkM5vgt9jrmMzW00ym+Cf10ip+eI3fKpIR0VNT5OEZH8Gxf6trc7gPhP1DOyjT H2Tw== MIME-Version: 1.0 X-Received: by 10.50.82.70 with SMTP id g6mr4811802igy.105.1370141615161; Sat, 01 Jun 2013 19:53:35 -0700 (PDT) Received: by 10.42.121.138 with HTTP; Sat, 1 Jun 2013 19:53:34 -0700 (PDT) Date: Sun, 2 Jun 2013 10:53:34 +0800 Message-ID: From: Xue Fuqiao Content-Type: text/plain; charset=UTF-8 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). 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: -6.1 (------) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.1 (------) In (info "(emacs) VC Change Log"): `P' Move to the log of the previous file, if showing logs for a multi-file VC fileset. Otherwise, just move to the beginning of the log. A numeric prefix argument is a repeat count. I tried visiting a random Emacs Lisp file (calc.el) in the bzr repo, and then execute `vc-print-log'. It isn't a multi-file fileset, but pressing `P' does not move to the beginning of the log buffer. Instead, an error message "No previous file" occurs. In GNU Emacs 24.3.50.1 (x86_64-apple-darwin12.3.0, NS apple-appkit-1187.37) of 2013-06-01 on xfq.local Bzr revision: 112804 eggert@cs.ucla.edu-20130601005434-8ksmtpg0tgseqsmf Windowing system distributor `Apple', version 10.3.1187 Configured using: `configure --with-ns --enable-gtk-deprecation-warnings --enable-checking' Important settings: value of $LANG: en_US.UTF-8 locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Info Minor modes in effect: diff-auto-refine-mode: t shell-dirtrack-mode: t text-scale-mode: t which-function-mode: t electric-pair-mode: t delete-selection-mode: t auto-image-file-mode: t display-time-mode: t ido-everywhere: t keyfreq-autosave-mode: t keyfreq-mode: t show-paren-mode: t yas-global-mode: t yas-minor-mode: t savehist-mode: t tooltip-mode: t mouse-wheel-mode: t menu-bar-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 buffer-read-only: t size-indication-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t abbrev-mode: t Recent input: C-x b C-x v l C-x 4 b C-x r b C-x o SPC SPC SPC SPC M-v M-v M-v M-v SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC M-< C-x o C-x o p p n n n p p C-x o C-l C-x o P n n P P P C-h k P C-x o C-x k C-x b C-x o n n n n n n n n n n n n n n P P P P P P P P P P C-h k P M-< C-v C-v C-v C-x C-x C-g C-v C-v C-v C-v C-v C-v C-v C-v C-v C-v C-v C-x k C-x b C-x o C-h k p C-x o C-h f M-< C-v C-x k C-x b C-x b i n C-x b g m C-g C-x o C-x b i n C-g C-x C-f C-g C-x b e m o C-p C-p C-a C-n C-n C-a l o g - v i e w . e l C-x b M-x r e - e m - b u C-g M-! e m C-g M-! e m a c s SPC - Q C-g C-x o C-n C-n M-x - r e - e m - b u C-g C-x b C-g C-x 4 b v c C-h k P C-x o M-f M-f M-f M-f M-f M-b C-SPC M-f M-f M-f M-f M-w C-x b M-x r e - e m - b u Recent messages: Type "q" in help window to restore its previous buffer. mouse-2, RET: find function's definition uncompressing log-view.el.gz...done uncompressing easy-mmode.el.gz...done Mark set Quit [8 times] Type "q" in help window to restore its previous buffer. Mark set delete-backward-char: Text is read-only Load-path shadows: /Users/xfq/.emacs.d/elpa/org-20130527/org hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/org /Users/xfq/.emacs.d/elpa/org-20130527/org-w3m hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/org-w3m /Users/xfq/.emacs.d/elpa/org-20130527/org-version hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/org-version /Users/xfq/.emacs.d/elpa/org-20130527/org-timer hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/org-timer /Users/xfq/.emacs.d/elpa/org-20130527/org-table hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/org-table /Users/xfq/.emacs.d/elpa/org-20130527/org-src hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/org-src /Users/xfq/.emacs.d/elpa/org-20130527/org-rmail hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/org-rmail /Users/xfq/.emacs.d/elpa/org-20130527/org-protocol hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/org-protocol /Users/xfq/.emacs.d/elpa/org-20130527/org-plot hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/org-plot /Users/xfq/.emacs.d/elpa/org-20130527/org-pcomplete hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/org-pcomplete /Users/xfq/.emacs.d/elpa/org-20130527/org-mouse hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/org-mouse /Users/xfq/.emacs.d/elpa/org-20130527/org-mobile hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/org-mobile /Users/xfq/.emacs.d/elpa/org-20130527/org-mhe hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/org-mhe /Users/xfq/.emacs.d/elpa/org-20130527/org-macs hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/org-macs /Users/xfq/.emacs.d/elpa/org-20130527/org-loaddefs hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/org-loaddefs /Users/xfq/.emacs.d/elpa/org-20130527/org-list hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/org-list /Users/xfq/.emacs.d/elpa/org-20130527/org-irc hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/org-irc /Users/xfq/.emacs.d/elpa/org-20130527/org-install hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/org-install /Users/xfq/.emacs.d/elpa/org-20130527/org-inlinetask hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/org-inlinetask /Users/xfq/.emacs.d/elpa/org-20130527/org-info hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/org-info /Users/xfq/.emacs.d/elpa/org-20130527/org-indent hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/org-indent /Users/xfq/.emacs.d/elpa/org-20130527/org-id hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/org-id /Users/xfq/.emacs.d/elpa/org-20130527/org-habit hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/org-habit /Users/xfq/.emacs.d/elpa/org-20130527/org-gnus hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/org-gnus /Users/xfq/.emacs.d/elpa/org-20130527/org-footnote hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/org-footnote /Users/xfq/.emacs.d/elpa/org-20130527/org-feed hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/org-feed /Users/xfq/.emacs.d/elpa/org-20130527/org-faces hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/org-faces /Users/xfq/.emacs.d/elpa/org-20130527/org-eshell hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/org-eshell /Users/xfq/.emacs.d/elpa/org-20130527/org-entities hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/org-entities /Users/xfq/.emacs.d/elpa/org-20130527/org-element hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/org-element /Users/xfq/.emacs.d/elpa/org-20130527/org-docview hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/org-docview /Users/xfq/.emacs.d/elpa/org-20130527/org-datetree hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/org-datetree /Users/xfq/.emacs.d/elpa/org-20130527/org-ctags hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/org-ctags /Users/xfq/.emacs.d/elpa/org-20130527/org-crypt hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/org-crypt /Users/xfq/.emacs.d/elpa/org-20130527/org-compat hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/org-compat /Users/xfq/.emacs.d/elpa/org-20130527/org-colview hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/org-colview /Users/xfq/.emacs.d/elpa/org-20130527/org-clock hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/org-clock /Users/xfq/.emacs.d/elpa/org-20130527/org-capture hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/org-capture /Users/xfq/.emacs.d/elpa/org-20130527/org-bibtex hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/org-bibtex /Users/xfq/.emacs.d/elpa/org-20130527/org-bbdb hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/org-bbdb /Users/xfq/.emacs.d/elpa/org-20130527/org-attach hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/org-attach /Users/xfq/.emacs.d/elpa/org-20130527/org-archive hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/org-archive /Users/xfq/.emacs.d/elpa/org-20130527/org-agenda hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/org-agenda /Users/xfq/.emacs.d/elpa/org-20130527/ob hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/ob /Users/xfq/.emacs.d/elpa/org-20130527/ob-tangle hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/ob-tangle /Users/xfq/.emacs.d/elpa/org-20130527/ob-table hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/ob-table /Users/xfq/.emacs.d/elpa/org-20130527/ob-sqlite hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/ob-sqlite /Users/xfq/.emacs.d/elpa/org-20130527/ob-sql hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/ob-sql /Users/xfq/.emacs.d/elpa/org-20130527/ob-shen hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/ob-shen /Users/xfq/.emacs.d/elpa/org-20130527/ob-sh hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/ob-sh /Users/xfq/.emacs.d/elpa/org-20130527/ob-screen hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/ob-screen /Users/xfq/.emacs.d/elpa/org-20130527/ob-scheme hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/ob-scheme /Users/xfq/.emacs.d/elpa/org-20130527/ob-scala hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/ob-scala /Users/xfq/.emacs.d/elpa/org-20130527/ob-sass hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/ob-sass /Users/xfq/.emacs.d/elpa/org-20130527/ob-ruby hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/ob-ruby /Users/xfq/.emacs.d/elpa/org-20130527/ob-ref hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/ob-ref /Users/xfq/.emacs.d/elpa/org-20130527/ob-python hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/ob-python /Users/xfq/.emacs.d/elpa/org-20130527/ob-plantuml hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/ob-plantuml /Users/xfq/.emacs.d/elpa/org-20130527/ob-picolisp hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/ob-picolisp /Users/xfq/.emacs.d/elpa/org-20130527/ob-perl hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/ob-perl /Users/xfq/.emacs.d/elpa/org-20130527/ob-org hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/ob-org /Users/xfq/.emacs.d/elpa/org-20130527/ob-octave hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/ob-octave /Users/xfq/.emacs.d/elpa/org-20130527/ob-ocaml hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/ob-ocaml /Users/xfq/.emacs.d/elpa/org-20130527/ob-mscgen hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/ob-mscgen /Users/xfq/.emacs.d/elpa/org-20130527/ob-maxima hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/ob-maxima /Users/xfq/.emacs.d/elpa/org-20130527/ob-matlab hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/ob-matlab /Users/xfq/.emacs.d/elpa/org-20130527/ob-lob hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/ob-lob /Users/xfq/.emacs.d/elpa/org-20130527/ob-lisp hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/ob-lisp /Users/xfq/.emacs.d/elpa/org-20130527/ob-lilypond hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/ob-lilypond /Users/xfq/.emacs.d/elpa/org-20130527/ob-ledger hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/ob-ledger /Users/xfq/.emacs.d/elpa/org-20130527/ob-latex hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/ob-latex /Users/xfq/.emacs.d/elpa/org-20130527/ob-keys hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/ob-keys /Users/xfq/.emacs.d/elpa/org-20130527/ob-js hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/ob-js /Users/xfq/.emacs.d/elpa/org-20130527/ob-java hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/ob-java /Users/xfq/.emacs.d/elpa/org-20130527/ob-io hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/ob-io /Users/xfq/.emacs.d/elpa/org-20130527/ob-haskell hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/ob-haskell /Users/xfq/.emacs.d/elpa/org-20130527/ob-gnuplot hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/ob-gnuplot /Users/xfq/.emacs.d/elpa/org-20130527/ob-fortran hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/ob-fortran /Users/xfq/.emacs.d/elpa/org-20130527/ob-exp hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/ob-exp /Users/xfq/.emacs.d/elpa/org-20130527/ob-eval hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/ob-eval /Users/xfq/.emacs.d/elpa/org-20130527/ob-emacs-lisp hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/ob-emacs-lisp /Users/xfq/.emacs.d/elpa/org-20130527/ob-dot hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/ob-dot /Users/xfq/.emacs.d/elpa/org-20130527/ob-ditaa hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/ob-ditaa /Users/xfq/.emacs.d/elpa/org-20130527/ob-css hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/ob-css /Users/xfq/.emacs.d/elpa/org-20130527/ob-comint hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/ob-comint /Users/xfq/.emacs.d/elpa/org-20130527/ob-clojure hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/ob-clojure /Users/xfq/.emacs.d/elpa/org-20130527/ob-calc hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/ob-calc /Users/xfq/.emacs.d/elpa/org-20130527/ob-awk hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/ob-awk /Users/xfq/.emacs.d/elpa/org-20130527/ob-asymptote hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/ob-asymptote /Users/xfq/.emacs.d/elpa/org-20130527/ob-R hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/ob-R /Users/xfq/.emacs.d/elpa/org-20130527/ob-C hides /Users/xfq/emacs-repo/bzr/trunk/nextstep/Emacs.app/Contents/Resources/lisp/org/ob-C Features: (shadow sort mail-extr emacsbug sendmail misearch multi-isearch log-view pcvs-util whitespace diff-mode shell vc-annotate face-remap jka-compr bookmark add-log vc-bzr checkdoc thingatpt org-element vc-git flyspell ispell org-rmail org-mhe org-irc org-info org-gnus org-docview org-bibtex bibtex org-bbdb org-w3m org org-macro org-footnote org-pcomplete pcomplete org-list org-faces org-entities noutline outline org-version ob-emacs-lisp ob ob-tangle org-src ob-ref ob-lob ob-table ob-keys ob-exp ob-comint ob-core ob-eval org-compat org-macs org-loaddefs find-func uniquify tsdh-dark-theme which-func imenu avoid electric delsel image-file cus-start cus-load view mule-util cal-china lunar solar cal-dst cal-bahai cal-islam cal-hebrew holidays hol-loaddefs diary-lib diary-loaddefs cal-menu calendar cal-loaddefs time ielm pp comint ansi-color ring server gnus-util message cl-macs gv format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mailabbrev mail-utils gmm-utils mailheader ido keyfreq easy-mmode paren yasnippet byte-opt warnings advice edmacro kmacro help-mode cl nadvice savehist eldoc help-fns elp info org-install hideshow midnight dired-x easymenu dired bytecomp byte-compile cconv vc vc-dispatcher cl-lib package time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel ns-win tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-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 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 ns multi-tty emacs) -- Best regards, Xue Fuqiao. http://www.gnu.org/software/emacs/ From unknown Thu Jun 19 16:22:24 2025 X-Loop: help-debbugs@gnu.org Subject: bug#14531: 24.3.50; `log-view-file-prev' doesn't move to the beginning of the log buffer Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 04 Jun 2013 01:14:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 14531 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Xue Fuqiao Cc: 14531@debbugs.gnu.org Received: via spool by 14531-submit@debbugs.gnu.org id=B14531.13703084403093 (code B ref 14531); Tue, 04 Jun 2013 01:14:02 +0000 Received: (at 14531) by debbugs.gnu.org; 4 Jun 2013 01:14:00 +0000 Received: from localhost ([127.0.0.1]:49593 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Ujfp1-0000np-OX for submit@debbugs.gnu.org; Mon, 03 Jun 2013 21:13:59 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:55256 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Ujfoz-0000na-E5 for 14531@debbugs.gnu.org; Mon, 03 Jun 2013 21:13:58 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Ujfn7-0006fg-AV; Mon, 03 Jun 2013 21:12:01 -0400 From: Glenn Morris References: X-Spook: doctrine SP4 Afghanistan rail gun Mole UFO Rumsfeld X-Ran: oNM?I"k;y~~;CEP7Y$6>r`Vpyo|(er2Vnq}cPPAW26ROiOMg`BjPKCB*Cc]/VDc@f$gmT! X-Hue: green X-Attribution: GM Date: Mon, 03 Jun 2013 21:12:01 -0400 In-Reply-To: (Xue Fuqiao's message of "Sun, 2 Jun 2013 10:53:34 +0800") 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: -7.4 (-------) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -7.4 (-------) Xue Fuqiao wrote: > I tried visiting a random Emacs Lisp file (calc.el) in the bzr repo, and > then execute `vc-print-log'. It isn't a multi-file fileset, but > pressing `P' does not move to the beginning of the log buffer. Instead, > an error message "No previous file" occurs. I think this is http://debbugs.gnu.org/9409 From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 03 21:14:28 2013 Received: (at control) by debbugs.gnu.org; 4 Jun 2013 01:14:28 +0000 Received: from localhost ([127.0.0.1]:49597 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UjfpS-0000pR-67 for submit@debbugs.gnu.org; Mon, 03 Jun 2013 21:14:28 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:55263 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UjfpQ-0000pG-CD for control@debbugs.gnu.org; Mon, 03 Jun 2013 21:14:24 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1UjfnZ-0006ix-7V for control@debbugs.gnu.org; Mon, 03 Jun 2013 21:12:29 -0400 Date: Mon, 03 Jun 2013 21:12:29 -0400 Message-Id: Subject: control message for bug 14531 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -4.7 (----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.0 (------) merge 9409 14531 From unknown Thu Jun 19 16:22:24 2025 X-Loop: help-debbugs@gnu.org Subject: bug#14531: 24.3.50; `log-view-file-prev' doesn't move to the beginning of the log buffer Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 25 Sep 2020 11:02:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 14531 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Xue Fuqiao Cc: 9409@debbugs.gnu.org, 14531@debbugs.gnu.org Received: via spool by 14531-submit@debbugs.gnu.org id=B14531.16010317171220 (code B ref 14531); Fri, 25 Sep 2020 11:02:02 +0000 Received: (at 14531) by debbugs.gnu.org; 25 Sep 2020 11:01:57 +0000 Received: from localhost ([127.0.0.1]:42823 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kLlUC-0000JK-JB for submit@debbugs.gnu.org; Fri, 25 Sep 2020 07:01:56 -0400 Received: from quimby.gnus.org ([95.216.78.240]:38706) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kLlUA-0000DK-6d; Fri, 25 Sep 2020 07:01:55 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=yPoS/mbvqA0gCYdkvJ9UMk6ihmU2txNaO6gTeKnoq5E=; b=FcRi2fxGv7cA3BUj5CnFja7a4/ oBuAc4AvAumFsIP3mVX7ix51ca6ghoAu5ucnW1BvPDrFAVoBX79z6SxOgeG2AyOp5/WitXUU4Bvni BD9RwiMuwbltSwENSoi6q8ZoEuIRArIWBB9KNmBPFDVp1vECrMypMBjzn0KjgE3iSpWw=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kLlU1-0001Rw-0Z; Fri, 25 Sep 2020 13:01:47 +0200 From: Lars Ingebrigtsen References: X-Now-Playing: Thievery Corporation's _The Mirror Conspiracy_: "The Mirror Conspiracy" Date: Fri, 25 Sep 2020 13:01:43 +0200 In-Reply-To: (Xue Fuqiao's message of "Sun, 2 Jun 2013 10:53:34 +0800") Message-ID: <87pn6aqfvs.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Xue Fuqiao writes: > In (info "(emacs) VC Change Log"): > `P' > Move to the log of the previous file, if showing logs for a > multi-file VC fileset. Otherwise, just move to the beginning of > the log. A numeric prefix a [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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 (-) Xue Fuqiao writes: > In (info "(emacs) VC Change Log"): > `P' > Move to the log of the previous file, if showing logs for a > multi-file VC fileset. Otherwise, just move to the beginning of > the log. A numeric prefix argument is a repeat count. > > I tried visiting a random Emacs Lisp file (calc.el) in the bzr repo, and > then execute `vc-print-log'. It isn't a multi-file fileset, but > pressing `P' does not move to the beginning of the log buffer. Instead, > an error message "No previous file" occurs. I'm not sure what that command is meant to do, even after reading the documentation and reading the code (and even reading the code doesn't help that much, because these are easy-mmode-define-navigation incantation). It searches for the prev instance of: log-view-file-re "^\\(?:Working file: \\(?1:.+\\)\\|\\(?:SCCS/s\\.\\|Changes to \\)\\(?1:.+\\):\\) " in the *vc-change-log* buffer? But ... there's nothing like that in a git buffer? So `P'/`N' always fails for me. Is this just code that has bitrotted, or is the use case just not... explained well? This bug was merged with: Eduard Wiebe writes: > it bothers me that in some situation i cannot reach the head information > of the `vc-print-log' via `log-view-msg-prev'. > > I fixed the issue by following simple patch. [...] > - (error "No previous %s" ,name))) > + (goto-char (point-min)) > + (error "No previous %s" ,name))) I don't understand what's meant by "the head information", but the `n'/`p' commands in *vc-change-log* buffers seems to work well for me? Test case: C-x C-f calc.el C-x v l n p p So these seem to be different bugs and the second bug has been fixed in the intervening years? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From unknown Thu Jun 19 16:22:24 2025 X-Loop: help-debbugs@gnu.org Subject: bug#14531: 24.3.50; `log-view-file-prev' doesn't move to the beginning of the log buffer Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 05 May 2022 12:29:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 14531 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Xue Fuqiao Cc: 9409@debbugs.gnu.org, Dmitry Gutov , Stefan Monnier , 14531@debbugs.gnu.org Received: via spool by 14531-submit@debbugs.gnu.org id=B14531.165175369925974 (code B ref 14531); Thu, 05 May 2022 12:29:01 +0000 Received: (at 14531) by debbugs.gnu.org; 5 May 2022 12:28:19 +0000 Received: from localhost ([127.0.0.1]:44658 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nmaah-0006kr-G6 for submit@debbugs.gnu.org; Thu, 05 May 2022 08:28:19 -0400 Received: from quimby.gnus.org ([95.216.78.240]:53124) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nmaaf-0006kX-Jg; Thu, 05 May 2022 08:28:18 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=13wznkttZSEbGEQi+WF1sOJwRvr7zt1H+yBfwWUEcSs=; b=X0huc2q0kMdCp9A5hVDvRwwven csaWp5glJR/ZSNmmKv0LFjzz79eC1GETR99kILkx0e4rZ35I7kyp5OXxjkkgIseZ6W8X//Vkswp6i ffymQpuPxuf/2DxkZOH58cy4rPw4Bl5qOHMYFET4SEogf1FBgPjCWJxfRmg6I9untYhA=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nmaaO-0001hm-Th; Thu, 05 May 2022 14:28:07 +0200 From: Lars Ingebrigtsen References: <87pn6aqfvs.fsf@gnus.org> X-Now-Playing: Oneohtrix Point Never's _Magic Oneohtrix Point Never_: "Lost But Never Alone" Date: Thu, 05 May 2022 14:28:00 +0200 In-Reply-To: <87pn6aqfvs.fsf@gnus.org> (Lars Ingebrigtsen's message of "Fri, 25 Sep 2020 13:01:43 +0200") Message-ID: <87mtfwqi3z.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Lars Ingebrigtsen writes: >> In (info "(emacs) VC Change Log"): >> `P' >> Move to the log of the previous file, if showing logs for a >> multi-file VC fileset. Otherwise, just move to the beginning of >> the log. A numeric pre [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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: -3.3 (---) Lars Ingebrigtsen writes: >> In (info "(emacs) VC Change Log"): >> `P' >> Move to the log of the previous file, if showing logs for a >> multi-file VC fileset. Otherwise, just move to the beginning of >> the log. A numeric prefix argument is a repeat count. >> >> I tried visiting a random Emacs Lisp file (calc.el) in the bzr repo, and >> then execute `vc-print-log'. It isn't a multi-file fileset, but >> pressing `P' does not move to the beginning of the log buffer. Instead, >> an error message "No previous file" occurs. > > I'm not sure what that command is meant to do, even after reading the > documentation and reading the code (and even reading the code doesn't > help that much, because these are easy-mmode-define-navigation > incantation). > > It searches for the prev instance of: > > log-view-file-re > "^\\(?:Working file: \\(?1:.+\\)\\|\\(?:SCCS/s\\.\\|Changes to > \\)\\(?1:.+\\):\\) > " > > in the *vc-change-log* buffer? But ... there's nothing like that in a > git buffer? > > So `P'/`N' always fails for me. Is this just code that has bitrotted, > or is the use case just not... explained well? Perhaps these commands are CVS/RCS/SCCS-specific, and shouldn't be enabled in general? Because they're pretty confusing as is, and should (at the very least) explain better what they're attempting to do. I've added Stefan and Dmitry to the CCs; perhaps they have some insights here. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Thu May 05 08:28:21 2022 Received: (at control) by debbugs.gnu.org; 5 May 2022 12:28:21 +0000 Received: from localhost ([127.0.0.1]:44663 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nmaaj-0006lB-4c for submit@debbugs.gnu.org; Thu, 05 May 2022 08:28:21 -0400 Received: from quimby.gnus.org ([95.216.78.240]:53138) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nmaai-0006kb-6s for control@debbugs.gnu.org; Thu, 05 May 2022 08:28:20 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=/EXiifwtM3YEl4AV7OBBmTYPzTY1RD+dAMW6rWmaUnA=; b=UVjUeZqDUVjo6m5z2v1VJ7B0Fu LTvxTv5SuvAdnhRh42F2uSU7zNs6eFZ21ySdACZSjzRXtyheWj1zFC+1Wof3U2NjirETfx2Lpx4pt F/k2jSn2NcPVYc/35sX+EGa8V8Jbxue07BjF7T/VEkrm/qKBDZDNM0B0rGW5yt2TxXHc=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nmaaa-0001i4-K5 for control@debbugs.gnu.org; Thu, 05 May 2022 14:28:14 +0200 Date: Thu, 05 May 2022 14:28:12 +0200 Message-Id: <87levgqi3n.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #14531 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 14531 + moreinfo quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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: -3.3 (---) tags 14531 + moreinfo quit From unknown Thu Jun 19 16:22:24 2025 X-Loop: help-debbugs@gnu.org Subject: bug#14531: 24.3.50; `log-view-file-prev' doesn't move to the beginning of the log buffer Resent-From: Stefan Monnier Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 05 May 2022 19:59:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 14531 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo To: Lars Ingebrigtsen Cc: Xue Fuqiao , 9409@debbugs.gnu.org, Dmitry Gutov , 14531@debbugs.gnu.org Received: via spool by 14531-submit@debbugs.gnu.org id=B14531.165178072725181 (code B ref 14531); Thu, 05 May 2022 19:59:01 +0000 Received: (at 14531) by debbugs.gnu.org; 5 May 2022 19:58:47 +0000 Received: from localhost ([127.0.0.1]:46529 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nmhcd-0006Y3-BB for submit@debbugs.gnu.org; Thu, 05 May 2022 15:58:47 -0400 Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:15356) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nmhca-0006Xn-QY; Thu, 05 May 2022 15:58:45 -0400 Received: from pmg3.iro.umontreal.ca (localhost [127.0.0.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id E7A5C442763; Thu, 5 May 2022 15:58:38 -0400 (EDT) Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id AB058442761; Thu, 5 May 2022 15:58:37 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1651780717; bh=caIGkZKmnLaWdpDJ/4k4cf7GI4Lb3QgjHHc9pKfisSI=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=fDZPxFZ6jrV9cOEZZDzVXjV/EiOQTZLl8NtUOp3FFZGhBFP2/HxzZz6/zv7lCM/AV 3cMCbFeCJLbzL/GyLoMFl2J1ddeMxD23/BnL4C/WK3xtjojxVK1qzTQdRnjZrLbQr5 IrOUETgba7pC7QG05DvJekaWl8zwKDwsN/JS3VTlkjTFpc22JxnO34CNINnJL3SjAD 7dB8wZrTbTUGfFw1D6M8MOu44kHhQuj1iIL3gq1pFbt7Gu3zghSV9+fCjFoWgWUPPT zXE6GwYFb97/OFfKZWuhwadRblsLIec0h60wPHO1cgdB876/VR0M7UuzRIPROsLq+y HgN5Kj0++v5iQ== Received: from alfajor (lechon.iro.umontreal.ca [132.204.27.242]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 742A51206AC; Thu, 5 May 2022 15:58:37 -0400 (EDT) From: Stefan Monnier Message-ID: References: <87pn6aqfvs.fsf@gnus.org> <87mtfwqi3z.fsf@gnus.org> Date: Thu, 05 May 2022 15:58:34 -0400 In-Reply-To: <87mtfwqi3z.fsf@gnus.org> (Lars Ingebrigtsen's message of "Thu, 05 May 2022 14:28:00 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SPAM-INFO: Spam detection results: 0 ALL_TRUSTED -1 Passed through trusted hosts only via SMTP AWL 0.268 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DKIM_SIGNED 0.1 Message has a DKIM or DK signature, not necessarily valid DKIM_VALID -0.1 Message has at least one valid DKIM or DK signature DKIM_VALID_AU -0.1 Message has a valid DKIM or DK signature from author's domain T_SCC_BODY_TEXT_LINE -0.01 - X-SPAM-LEVEL: X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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: -3.3 (---) Lars Ingebrigtsen [2022-05-05 14:28:00] wrote: >>> In (info "(emacs) VC Change Log"): >>> `P' >>> Move to the log of the previous file, if showing logs for a >>> multi-file VC fileset. Otherwise, just move to the beginning of >>> the log. A numeric prefix argument is a repeat count. [...] > Perhaps these commands are CVS/RCS/SCCS-specific, Indeed, I think this command doesn't make much sense in current VCSs. It made sense for CVS where `cvs log ` would give the logs of every file in , one after the other. Stefan From unknown Thu Jun 19 16:22:24 2025 X-Loop: help-debbugs@gnu.org Subject: bug#14531: 24.3.50; `log-view-file-prev' doesn't move to the beginning of the log buffer Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 06 May 2022 11:46:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 14531 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo To: Stefan Monnier Cc: Xue Fuqiao , 9409@debbugs.gnu.org, Dmitry Gutov , 14531@debbugs.gnu.org Received: via spool by 14531-submit@debbugs.gnu.org id=B14531.165183756110906 (code B ref 14531); Fri, 06 May 2022 11:46:02 +0000 Received: (at 14531) by debbugs.gnu.org; 6 May 2022 11:46:01 +0000 Received: from localhost ([127.0.0.1]:47295 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nmwPJ-0002pY-3K for submit@debbugs.gnu.org; Fri, 06 May 2022 07:46:01 -0400 Received: from quimby.gnus.org ([95.216.78.240]:36134) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nmwPH-0002iX-H2; Fri, 06 May 2022 07:46:00 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=54Iz9YmyZoyS8QtnOt7lzh/KMgO60Ro59Dx4U75vviA=; b=OGp5TrQ7Ydsf0wrqHr1YQC0N60 yB+fDN1pS0k/lUeISJodIG/4XVKmVd4RxSnfNXj2F34QFyHpiRc6Q5hP8Zwnnkah1pZMhRz2KVS7s TPJg0d4ZS0l6EROgANKNhfxgtw6RZMkH+tE4IobW7Hlhi78S1s6hYAsaGBZLTQ5jpI+0=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nmwP7-00064a-Vv; Fri, 06 May 2022 13:45:52 +0200 From: Lars Ingebrigtsen References: <87pn6aqfvs.fsf@gnus.org> <87mtfwqi3z.fsf@gnus.org> Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAABGdBTUEAALGPC/xhBQAAACBj SFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAD1BMVEUUDxFUT0qgk2/S yqj///8BJ5pvAAAAAWJLR0QEj2jZUQAAAAd0SU1FB+YFBgstDbOMSyAAAAFsSURBVDjLfZMBksMg CEUhvQDQC0S8QIL3v9uCUaNJZ2mnM/UFPnwJwBKSCH5G1t8Aiy0AuT34KYWWcyknswKUFYDkEnFs /rP2Us+LObdFooFiT6A3cA2eQC5TaBpEdQH3kNucYlMG6p2jmm4RSFxBtKu691OO2VmUNedISHPH FMxd0azM9f/smKdZ1rgRfJovZmLcz9E//Z7MxTnqVkDUEEZjDlBSU27xrQMKsS6dVcv8m7z1PktV k2qMZZ92WQnmZljyJ5i6RMze3Eqati1qEVJMLcNhL3QBhjjX+aZyLYW+PzxdSYA2Bk6FvC/CvhPY Eyw6MMBzLJDG3XlFd6Wc8O0DeoIxNbvKjmMfRceWB/iMSpcH1ZjYubw/3oJayrK0lZ/PHZzeYFee Fmkrh2RrCbPHn3KgWl+rKb5lBznhFZhdGPUN4B8QY3XVST3eNczU1AmIxhiPjAGOAPtLYvNuHaQX uGySH8AuMwD+AAaBR8irJ80RAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDIyLTA1LTA2VDExOjQ1OjEz KzAwOjAwpPzRGgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyMi0wNS0wNlQxMTo0NToxMyswMDowMNWh aaYAAAAASUVORK5CYII= X-Now-Playing: The Cure's _The Head On The Door_: "In Between Days" Date: Fri, 06 May 2022 13:45:49 +0200 In-Reply-To: (Stefan Monnier's message of "Thu, 05 May 2022 15:58:34 -0400") Message-ID: <87o80anatu.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Stefan Monnier writes: > Indeed, I think this command doesn't make much sense in current VCSs. > It made sense for CVS where `cvs log ` would give the logs of every > file in , one after the other. Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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: -3.3 (---) Stefan Monnier writes: > Indeed, I think this command doesn't make much sense in current VCSs. > It made sense for CVS where `cvs log ` would give the logs of every > file in , one after the other. Right. So I've now made new tiny derived log-view modes for these VCs, and removed the bindings in the general log-view map in Emacs 29. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Fri May 06 07:46:08 2022 Received: (at control) by debbugs.gnu.org; 6 May 2022 11:46:08 +0000 Received: from localhost ([127.0.0.1]:47303 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nmwPQ-0002vT-1M for submit@debbugs.gnu.org; Fri, 06 May 2022 07:46:08 -0400 Received: from quimby.gnus.org ([95.216.78.240]:36150) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nmwPO-0002pK-1B for control@debbugs.gnu.org; Fri, 06 May 2022 07:46:06 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=SyFhD+X/sAKxAN2UWWey9r5plk+a2gJGQKymk+KKh/4=; b=T9s7mrijZQVkQHb+QRUq4eCdep D7wiIHdmyTJvHS3/iO8JofBe3nFuPuSrk4E8ZtbXvBZCV2KOe/XGE3WXsRutKuKcETmoomy9M99iJ tffypvGXOUCxVC1I3foNEJrVYmRwXmDSkJl2YWqRsWelp3TBvhTRKQ3Nc0ZFgiszr95Q=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nmwPG-00064o-Bz for control@debbugs.gnu.org; Fri, 06 May 2022 13:46:00 +0200 Date: Fri, 06 May 2022 13:45:57 +0200 Message-Id: <87mtfunatm.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #14531 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: close 14531 29.1 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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: -3.3 (---) close 14531 29.1 quit