From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 22 04:32:16 2014 Received: (at submit) by debbugs.gnu.org; 22 Oct 2014 08:32:16 +0000 Received: from localhost ([127.0.0.1]:59106 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XgrL4-00078h-Hx for submit@debbugs.gnu.org; Wed, 22 Oct 2014 04:32:15 -0400 Received: from eggs.gnu.org ([208.118.235.92]:47258) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XgrL0-00078O-Hb for submit@debbugs.gnu.org; Wed, 22 Oct 2014 04:32:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XgrKp-0002aR-17 for submit@debbugs.gnu.org; Wed, 22 Oct 2014 04:32: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,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:32927) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgrKo-0002aN-VB for submit@debbugs.gnu.org; Wed, 22 Oct 2014 04:31:58 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48974) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgrKj-0001Bh-AJ for bug-gnu-emacs@gnu.org; Wed, 22 Oct 2014 04:31:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XgrKd-0002Zv-Lw for bug-gnu-emacs@gnu.org; Wed, 22 Oct 2014 04:31:53 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:53474) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgrKd-0002Zj-Db for bug-gnu-emacs@gnu.org; Wed, 22 Oct 2014 04:31:47 -0400 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by gateway2.nyi.internal (Postfix) with ESMTP id B0E8820921; Wed, 22 Oct 2014 04:31:45 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute5.internal (MEProxy); Wed, 22 Oct 2014 04:31:45 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=x-sasl-enc:from:to:subject:date :message-id:mime-version:content-type:content-transfer-encoding; s=smtpout; bh=O+8q/u6avVzmfgpACE0Y4ORCw40=; b=Y2XC8+ywsDF3vpcDC xHV+du+ffCA3XEb6ML4UdZoZO0SwnILqrA0SBzmWkNoWuVQkH9x/4bdzy0YTWYL2 UwXNZlGFQNBoZla1cf39848082oiDXTKtNFLq0s2ugczqcr+KGZSRcpEJ45vEKRE XbF9rnwB/9P9eux8QmXAQov0Xo= X-Sasl-enc: o9ZnIevpUR3XGodMhldwyYePxv21eqF0GOxOE+x/hxdR 1413966705 Received: from kiwiarch (unknown [84.210.14.246]) by mail.messagingengine.com (Postfix) with ESMTPA id 1DD62680178 for ; Wed, 22 Oct 2014 04:31:44 -0400 (EDT) From: Kevin Brubeck Unhammer To: bug-gnu-emacs@gnu.org Subject: 24.4; vc-git-working-revision vs mode-line gives error User-Agent: Notmuch/0.18.1 (http://notmuchmail.org) Emacs/24.4.1 (x86_64-unknown-linux-gnu) Date: Wed, 22 Oct 2014 10:31:42 +0200 Message-ID: <87wq7sfqtt.fsf@fsfe.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 208.118.235.17 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit 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 (-----) Whenever I try to save a git-registered file under emacs 24.4, I get apply: Args out of range: #("Git@" 0 4 (help-echo "Locally added file under the Git version control system")), 0, 7 The function vc-git-mode-line-string tries to get the revision using vc-working-revision, which returns nil. Instead of checking the `rev' variable for nil, it checks `detached', before calling substring. It should probably do (if (and detached rev) (substring =E2=80=A6)=20 =E2=80=A6) instead. I don't know why vc-working-revision returns nil though (there's a whole lot of indirection to dig through there). In GNU Emacs 24.4.1 (x86_64-unknown-linux-gnu, X toolkit, Xaw scroll bars) of 2014-10-21 on kiwiarch Windowing system distributor `The X.Org Foundation', version 11.0.11501000 Configured using: `configure --prefix=3D/usr --sysconfdir=3D/etc --libexecdir=3D/usr/lib --localstatedir=3D/var --with-x-toolkit=3Dlucid --with-xft --without-gconf --without-gsettings 'CFLAGS=3D-march=3Dx86-64 -mtune=3Dgeneric -O2 -pipe -fstack-protector-strong --param=3Dssp-buffer-size=3D4' CPPFLAGS=3D-D_FORTIFY_SOURCE=3D2 LDFLAGS=3D-Wl,-O1,--sort-common,--as-needed,-z,relro' Important settings: value of $LANG: nn_NO.UTF-8 locale-coding-system: utf-8 Major mode: Emacs-Lisp Minor modes in effect: shell-dirtrack-mode: t erc-capab-identify-mode: t erc-log-mode: t erc-track-score-mode: t erc-autoaway-mode: t erc-list-mode: t erc-menu-mode: t erc-autojoin-mode: t erc-ring-mode: t erc-networks-mode: t erc-pcomplete-mode: t erc-track-mode: t erc-track-minor-mode: t erc-match-mode: t erc-button-mode: t erc-fill-mode: t erc-stamp-mode: t erc-netsplit-mode: t erc-irccontrols-mode: t erc-noncommands-mode: t erc-move-to-prompt-mode: t erc-readonly-mode: t diff-auto-refine-mode: t eldoc-mode: t elisp-slime-nav-mode: t display-time-mode: t recentf-mode: t ido-everywhere: t delete-selection-mode: t cua-mode: t window-numbering-mode: t show-paren-mode: t paredit-mode: t tooltip-mode: t electric-indent-mode: t mouse-wheel-mode: t global-prettify-symbols-mode: t prettify-symbols-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 column-number-mode: t line-number-mode: t transient-mark-mode: t Recent input: i n i M-: C-y C-n C-p C-x n C-g C-x=20 o C-n C-n M-m M-f M-b C-b C-M-SPC M-w C-x o M-: C-y=20 q M-f M-f M-f M-f C-f C-M-SPC M-w C-x o M-:=20 M-p M-f M-d C-_ M-f M-d M-d C-e =20 C-x o C-n C-n M-m C-n M-m C-M-SPC M-w C-x o M-: C-y=20 M-: M-p C-x o C-f M-. M-, C-x o M-:=20 M-p M-p M-p M-p M-p M-p M-p M-p M-f M-f C-f C-M-k w=20 o r k i C-e C-b C-M-b C-M-k f i l e C-e=20 M-: M-p C-x o C-s v c - g i t - w=20 o C-r C-a C-s C-s C-a C-x o C-h f v c - g i t - w o=20 i C-x o C-a C-x=20 o C-x b C-x o C-n C-n C-n C-M-u C-M-SPC M-w=20 C-x o M-: C-y q C-f C-n C-M-SPC M-w C-x o=20 M-: C-y q M-f C-f C-M-SPC M-w C-x o M-: C-y=20 C-x o C-p C-n C-M-SPC M-w C-x o M-: C-y =20 M-: M-p C-x o C-f C-n C-n C-n C-n C-n C-n=20 C-M-u C-M-SPC M-w C-x o M-: C-y C-x o C-M-b=20 C-M-b C-p C-p M-f M-f M-. C-x b C-s C-s C-x=20 C-s C-x o M-x M-p C-g C-x b C-u C-SPC C-u=20 C-SPC C-e M-: M-p M-p M-p M-p M-p M-p M-p M-p M-p M-p=20 M-n M-p M-p M-p M-p M-n M-p M-: M-p M-p M-p=20 M-n M-n M-p M-p M-p M-p M-p M-p M-p M-p M-p M-p M-p=20 M-p M-p M-p M-p M-p M-p C-a=20 C-x o q C-x C-s C-x o C-M-b C-M-SPC M-x M-p Recent messages: Searching for vc-git--run-command-string... Mark set (No changes need to be saved) Quit #("Git@" 0 4 (help-echo "Locally added file under the Git version control s= ystem Current revision: ")) Entering debugger... mouse-2, RET: find function's definition Back to top level. (No changes need to be saved) Load-path shadows: /usr/share/emacs/site-lisp/emms/tq hides /usr/share/emacs/24.4/lisp/emacs-l= isp/tq Features: (shadow emacsbug bbdb-message footnote face-remap tramp-cache tramp tramp-compat tramp-loaddefs trampver shell texmathp latexenc texinfo toolbar-x reporter desktop frameset context plain-tex compile autoload lisp-mnt tar-mode url-handlers finder-inf apropos preview prv-emacs tex-fold tex-buf font-latex latex tex-style tex dbus w3m-filter w3m-cookie w3m-bookmark w3m-tabmenu w3m-session gnus-html xml cal-iso bbdb-vcard vcard flow-fill shr-color debug cus-start cus-load org-agenda calc-map calc-stat calc-vec calc-ext calc-menu calc-aent calc calc-loaddefs calc-macs cal-move tabify org-table org-rmail org-mhe org-irc org-info org-gnus org-docview org-bibtex bibtex org-bbdb org-w3m org-random-todo org-element org-crypt 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 ffap w3m-search kbu-w3m w3m-lnum w3m doc-view dired-x dired image-mode w3m-hist w3m-fb bookmark-w3m w3m-ems w3m-ccl ccl w3m-favicon w3m-image w3m-proc w3m-util jka-compr eieio-opt speedbar sb-image ezimage dframe find-func cua-rect rect misearch multi-isearch mule-util gnus-gravatar gravatar sort gnus-cite smiley mm-archive gnus-bcklg gnus-async qp mail-extr gnus-ml url-queue url-http url-gw url-cache url-auth eww mm-url url url-proxy url-privacy url-expand url-methods url-history url-cookie url-domsuf url-util url-parse url-vars shr browse-url gnus-topic nndraft nnmh gnus-agent gnus-srvr gnus-score score-mode nnvirtual gnus-msg gnus-art mm-uu mml2015 utf-7 gnus-cache gnus-sum bbdb-gnus nnimap parse-time utf7 view gnutls network-stream starttls tls bitlbee erc-capab erc-log rot13 disp-table epa-file epa epg netrc znc warnings erc-yank erc-track-score erc-autoaway erc-list erc-menu erc-join erc-ring erc-networks erc-pcomplete pcomplete erc-track erc-match erc-button erc-fill erc-stamp erc-netsplit erc-goodies erc erc-backend erc-compat pp git-commit-mode log-edit notmuch hl-line notmuch-version notmuch-message notmuch-maildir-fcc notmuch-hello notmuch-tree notmuch-parser notmuch-show notmuch-print notmuch-crypto notmuch-mua notmuch-address notmuch-wash diff-mode coolj notmuch-query goto-addr icalendar notmuch-tag notmuch-lib mm-view mml-smime smime dig mailcap kbu-bbdb bbdb-anniv bbdb2erc bbdb-mua bbdb-com crm bbdb bbdb-site timezone gnus-demon nntp gnus-group gnus-undo nnmail mail-source gnus-start gnus-spec gnus-win nnoo gnus-int gnus-range offlineimap comint ansi-color smtpmail auth-source eieio byte-opt bytecomp byte-compile cconv eieio-core password-cache sendmail gnus gnus-ems nnheader gnus-util message idna 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 pcvs-util add-log eldoc diminish elisp-slime-nav help-mode etags ring wheatgrass-theme bash-completion-autoloads bbdb-vcard-autoloads bbdb2erc-autoloads bbdb-autoloads color-theme-approximate-autoloads csv-mode-autoloads ddg-autoloads diminish-autoloads dix-autoloads elisp-slime-nav-autoloads erc-track-score-autoloads find-file-in-repository-autoloads fiplr-autoloads flymake-jslint-autoloads flymake-easy-autoloads ggtags-autoloads god-mode-autoloads goto-chg-autoloads grizzl-autoloads impatient-mode-autoloads htmlize-autoloads jedi-autoloads auto-complete-autoloads epc-autoloads ctable-autoloads concurrent-autoloads js2-refactor-autoloads json-snatcher-autoloads keyfreq-autoloads litable-autoloads magit-filenotify-autoloads magit-svn-autoloads info git-rebase-mode-autoloads markdown-mode-autoloads mediawiki-autoloads minimap-autoloads mwe-log-commands-autoloads noctilux-theme-autoloads oauth-autoloads offlineimap-autoloads paredit-everywhere-autoloads paredit-autoloads popup-autoloads powerline powerline-separators color powerline-themes python-environment-autoloads deferred-autoloads rainbow-mode-autoloads rust-mode-autoloads s-autoloads simple-httpd-autoloads tea-time-autoloads tuareg-autoloads undo-tree-autoloads utop-autoloads wcheck-mode-autoloads zenburn-theme-autoloads kbu-dix kbu-kaldera csv-kalderagram cg-kalderagram errcorr package epg-config w3m-load preview-latex tex-site auto-loads kbu-org remember solar cal-dst holidays hol-loaddefs vc-git appt diary-lib diary-loaddefs pabbrev derived thingatpt time recentf tree-widget wid-edit ido server saveplace delsel cua-base cal-menu easymenu calendar cal-loaddefs calendar-norway advice help-fns midnight window-numbering time-date paren paredit easy-mmode iso-transl kbu-selector edmacro kmacro cl-macs cl gv cl-loaddefs cl-lib 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 font-render-setting x-toolkit x multi-tty emacs) Memory information: ((conses 16 1263704 163547) (symbols 48 74875 0) (miscs 40 5902 5617) (strings 32 187493 18068) (string-bytes 1 6647178) (vectors 16 67528) (vector-slots 8 1920805 145259) (floats 8 1124 1215) (intervals 56 56303 1123) (buffers 960 114) (heap 1024 108861 67472)) <#secure method=3Dpgpmime mode=3Dsign> --=20 Kevin Brubeck Unhammer GPG: 0x766AC60C From debbugs-submit-bounces@debbugs.gnu.org Sun Dec 14 06:15:30 2014 Received: (at 18788) by debbugs.gnu.org; 14 Dec 2014 11:15:30 +0000 Received: from localhost ([127.0.0.1]:45247 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Y0798-0000Ct-Gq for submit@debbugs.gnu.org; Sun, 14 Dec 2014 06:15:30 -0500 Received: from mail-wg0-f44.google.com ([74.125.82.44]:60978) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Y0796-0000Cg-Lo for 18788@debbugs.gnu.org; Sun, 14 Dec 2014 06:15:29 -0500 Received: by mail-wg0-f44.google.com with SMTP id b13so12424341wgh.3 for <18788@debbugs.gnu.org>; Sun, 14 Dec 2014 03:15:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type:content-transfer-encoding; bh=rv0JSVvLymvKlZuhgQ9UqP/45enzezc4LeXeWoL+/js=; b=Dqq/GdxwWoTzUhxHY3f44iPbWnR8WnnmKabWFPq0uGnCpCazj9XXOzQpZdGozT5SoY 22aJvewwqN8lwBqVr6jqRdJ0MgzM/HMSjsh4uvSaxUPNNtUwpzIHaJxCQsY+DNkwE1Hk Ps3fShe083dvtz3Wrjlrf18oBANNXwraMpSAkFSnwdypLQoPh+B0ekyJs6DcSniyfa0W pIQBwQEyNGLZBFt/87VK9AWnbXGM8yDCKb5BjPJsrFB5Y0/WKnAJdenAxaRvfIfmMAkZ 2mokUS7Xk3+fHLnSKdSjIaAoVpYVUxwnGYoi9xDN91tiINN57/PMHU+8LoWIr/iEZKNV h/nA== X-Received: by 10.180.90.81 with SMTP id bu17mr22242082wib.23.1418555722790; Sun, 14 Dec 2014 03:15:22 -0800 (PST) Received: from axl ([82.102.93.58]) by mx.google.com with ESMTPSA id wb9sm9013756wic.20.2014.12.14.03.15.21 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 14 Dec 2014 03:15:22 -0800 (PST) From: Dmitry Gutov To: Kevin Brubeck Unhammer Subject: Re: bug#18788: 24.4; vc-git-working-revision vs mode-line gives error References: <87wq7sfqtt.fsf@fsfe.org> Date: Sun, 14 Dec 2014 13:15:18 +0200 In-Reply-To: <87wq7sfqtt.fsf@fsfe.org> (Kevin Brubeck Unhammer's message of "Wed, 22 Oct 2014 10:31:42 +0200") Message-ID: <86zjaqo52x.fsf@yandex.ru> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.51 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.6 (/) X-Debbugs-Envelope-To: 18788 Cc: 18788@debbugs.gnu.org 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.6 (/) Kevin Brubeck Unhammer writes: > Whenever I try to save a git-registered file under emacs 24.4, I get > > apply: Args out of range: #("Git@" 0 4 (help-echo "Locally added > file under the Git version control system")), 0, 7 I don't see that. Does that happen in a bare session (started with `emacs -Q')? Is there anything special about the repository, or its current local state? > The function vc-git-mode-line-string tries to get the revision using > vc-working-revision, which returns nil. Instead of checking the `rev' > variable for nil, it checks `detached', before calling substring. It > should probably do > > (if (and detached rev) > (substring =E2=80=A6)=20 > =E2=80=A6) > > instead. I don't know why vc-working-revision returns nil though > (there's a whole lot of indirection to dig through there). Does (vc-git-working-revision buffer-file-name) return nil in the same buff= er? From debbugs-submit-bounces@debbugs.gnu.org Mon Dec 15 04:50:10 2014 Received: (at 18788) by debbugs.gnu.org; 15 Dec 2014 09:50:10 +0000 Received: from localhost ([127.0.0.1]:46460 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Y0SI6-0006Qx-7i for submit@debbugs.gnu.org; Mon, 15 Dec 2014 04:50:10 -0500 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:40313) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Y0SI3-0006Qo-Pv for 18788@debbugs.gnu.org; Mon, 15 Dec 2014 04:50:08 -0500 Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 59BAA20802; Mon, 15 Dec 2014 04:50:07 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute6.internal (MEProxy); Mon, 15 Dec 2014 04:50:07 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=x-sasl-enc:from:to:cc:subject:references :date:in-reply-to:message-id:mime-version:content-type; s= smtpout; bh=aNK2tBmyUo7XH6HVUIH0dOC4too=; b=a3Y1uHiU3bDsJ2zMXJPr lL73vgqUskv0Bb6yxe1WtwRVzu/Wzn71pnw/MKeTGCj+67EzOzGwx2slSk2fItFc 7nGi+g69TAuqjEaBAmnEnHGjyNjpySJUtOkJ5Ts/2T0H4n6jpydp0wUBLC5kUc74 7zHer5BtDwAdkQ89TYCkxjM= X-Sasl-enc: a8IANl2lTm/k9DiFUC8p7Zxantcm+SzMJ6oIo4MLJuLq 1418637006 Received: from kiwiarch (unknown [84.210.14.246]) by mail.messagingengine.com (Postfix) with ESMTPA id A59ED6800D5; Mon, 15 Dec 2014 04:50:06 -0500 (EST) From: Kevin Brubeck Unhammer To: Dmitry Gutov Subject: Re: bug#18788: 24.4; vc-git-working-revision vs mode-line gives error References: <87wq7sfqtt.fsf@fsfe.org> <86zjaqo52x.fsf@yandex.ru> Date: Mon, 15 Dec 2014 10:50:00 +0100 In-Reply-To: <86zjaqo52x.fsf@yandex.ru> (Dmitry Gutov's message of "Sun, 14 Dec 2014 13:15:18 +0200") Message-ID: <87388h8con.fsf@mm.st> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 18788 Cc: 18788@debbugs.gnu.org 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.7 (/) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Dmitry Gutov writes: > Kevin Brubeck Unhammer writes: > >> Whenever I try to save a git-registered file under emacs 24.4, I get >> >> apply: Args out of range: #("Git@" 0 4 (help-echo "Locally added >> file under the Git version control system")), 0, 7 > > I don't see that. > > Does that happen in a bare session (started with `emacs -Q')? > > Is there anything special about the repository, or its current local stat= e? I don't see it any more. It did reappear a couple weeks ago, but went away again with a restart of Emacs. I haven't had time to figure out what causes it yet, will report back if I find more info. =2D-=20 Kevin Brubeck Unhammer GPG: 0x766AC60C --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJUjq7IAAoJEHQmBt52asYMAV8IAKM++gWjok/xkdH7GaeCh93+ Si0flhsgeXshVEdHA5Nl5ZpSSjeat0cq0NwNmTpKNucDZuj0cPu6B1syhUwAUmaE TMblDDHuqVwJAXwB8dyJElFBf0QuRbVI+TZBvtJygjrHBGLU7R29t6vg3x3dynIF X0iwicKJA5A1U7ZY7f+1B4DKZdRJw6I6Z5WBYLfKytMP2y8qfX+M/2mIszDttT+b Rg7CIAUQo00DH19EzRiWc8KniZOeilS/wcDCbAy/dTwIJH9Q6zu8yae2ZtVjjwDm LnGrgG01yVe5/MwHf8KnKJl4HIo8RwrypTv0HdEM/HBXe7NLTTvy2DV22KgdSLQ= =gT5L -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 31 08:09:55 2015 Received: (at 18788) by debbugs.gnu.org; 31 Jan 2015 13:09:55 +0000 Received: from localhost ([127.0.0.1]:58692 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YHXoA-0006jJ-Ov for submit@debbugs.gnu.org; Sat, 31 Jan 2015 08:09:55 -0500 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:53232) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YHXo8-0006jA-Ax for 18788@debbugs.gnu.org; Sat, 31 Jan 2015 08:09:53 -0500 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 05D3F2069B; Sat, 31 Jan 2015 08:09:52 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute4.internal (MEProxy); Sat, 31 Jan 2015 08:09:52 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=x-sasl-enc:from:to:cc:subject:references :date:in-reply-to:message-id:mime-version:content-type; s= smtpout; bh=svwjJH8Ied+mhRaLwn3RMa86rdg=; b=ZXxopwOXLfRKeVJdz0qI 3lxnWeRQHIJFdgPIVC9w/TORKbdCFdhvlGKfudvgFOTM4/wTE5r7eZMTu+tP3lo6 dg+9G9d4v2Y+lECIMAT/Mq3wC65IvjwGBYYBjhS7CMe/DqxxwON7x0MlN03qUg29 jFt4YJKbvJlFhPX8rr3sFnA= X-Sasl-enc: S6IWRlLL/9GgtGYpj8I/Ipkg8R5TWamPXT5B9WHWAcYU 1422709791 Received: from kiwiarch (unknown [84.210.14.246]) by mail.messagingengine.com (Postfix) with ESMTPA id 5BCF5C0028B; Sat, 31 Jan 2015 08:09:51 -0500 (EST) From: Kevin Brubeck Unhammer To: Dmitry Gutov Subject: Re: bug#18788: 24.4; vc-git-working-revision vs mode-line gives error References: <87wq7sfqtt.fsf@fsfe.org> <86zjaqo52x.fsf@yandex.ru> Date: Sat, 31 Jan 2015 14:09:45 +0100 In-Reply-To: <86zjaqo52x.fsf@yandex.ru> (Dmitry Gutov's message of "Sun, 14 Dec 2014 13:15:18 +0200") Message-ID: <87twz7hzae.fsf@mm.st> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 18788 Cc: 18788@debbugs.gnu.org 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.7 (/) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable I had this bug pop up again, after having been away for many months. Dmitry Gutov writes: > Kevin Brubeck Unhammer writes: > >> Whenever I try to save a git-registered file under emacs 24.4, I get >> >> apply: Args out of range: #("Git@" 0 4 (help-echo "Locally added >> file under the Git version control system")), 0, 7 > > I don't see that. > > Does that happen in a bare session (started with `emacs -Q')? > > Is there anything special about the repository, or its current local stat= e? The repo I've seen it with under ~ if that makes any difference (ie. ~/.git) =E2=80=93 I can't remember if I've seen it other places. >> The function vc-git-mode-line-string tries to get the revision using >> vc-working-revision, which returns nil. Instead of checking the `rev' >> variable for nil, it checks `detached', before calling substring. It >> should probably do >> >> (if (and detached rev) >> (substring =E2=80=A6)=20 >> =E2=80=A6) >> >> instead. I don't know why vc-working-revision returns nil though >> (there's a whole lot of indirection to dig through there). > > Does (vc-git-working-revision buffer-file-name) return nil in the same bu= ffer? Yes. I followed the calls a bit more this time and (vc-git--out-ok "rev-parse" "HEAD") also gives nil, while (apply 'vc-git--call '(t nil) "rev-parse" "HEAD") gives 128; this is the return value of (apply 'process-file "git" nil '(t nil) nil "rev-parse" '("HEAD")) When I keep stderr by doing (apply 'process-file "git" nil '(t nil) nil "rev-parse" '("HEAD")) I get fatal: Not a git repository: .git Notably, this only happens with files that are in subdirectories of ~ (but still tracked by the ~ repo), not with files that are directly inside ~. E.g. it happens with ~/org/gtd.org, but not with ~/.gitignore. Also, I've never seen that exact error message from git before. I've seen fatal: Not a git repository (or any of the parent directories): .git and fatal: Not a git repository (or any parent up to mount point /tmp) but only from this emacs bug have I seen the no-parenthesis fatal: Not a git repository: .git When I restarted emacs to see if it had anything to do with my init.el, the bug was gone again. =2D-=20 Kevin Brubeck Unhammer GPG: 0x766AC60C --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJUzNQZAAoJEHQmBt52asYMzmQIAL2zrp7PfVG73x68S5aeSGwT 1J2jkArvlSe3AZxzt9/hmUNkkWjzeClRWrymtaQjoCKuIkP5PBpW8B+FUARdu389 aXRXgic1cVEt5DR6SPGaSD4BxMPsctmJ0KZ/c4CLa4Sl/jRnEFQpeUCPAPKJDf4R KTduGRp+rD0ktXssUxC7B3cyQvSIM3H8n8OqlWlNdRYwGHt+q/ea/5kW5gO33uMY utngf8X7Be2TKMXIr5LuCyR3UezxJ4uXtx3/j6yJyrUmLRk/Q/aa5/Jd/lideu0g 1wHD1QBV9V+5Nx+C+MH3XW4vPDWvKLmu6N2QfpXPHHZpH35sBrI0cXApNCHUIpg= =F0RV -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 02 08:11:07 2015 Received: (at 18788) by debbugs.gnu.org; 2 Feb 2015 13:11:07 +0000 Received: from localhost ([127.0.0.1]:60104 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YIGmR-0005kF-3J for submit@debbugs.gnu.org; Mon, 02 Feb 2015 08:11:07 -0500 Received: from mail-wg0-f49.google.com ([74.125.82.49]:38256) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YIGmO-0005ji-SA for 18788@debbugs.gnu.org; Mon, 02 Feb 2015 08:11:05 -0500 Received: by mail-wg0-f49.google.com with SMTP id k14so38635495wgh.8 for <18788@debbugs.gnu.org>; Mon, 02 Feb 2015 05:10:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=DvlekSZtncOqfFutjspC6UkBnX0GDoWewLtdqSxBLJs=; b=f1aNl2FjNGmVWY100eZJJM9V9Yuboy6Ii98g6zTPtmZtl01wkNVHl0d3MdvE135k5/ W4zvJwxBq1sDLtw6snfRhzWyp//iKv1a28aUhU6bnCmEd2nZpqOhTuhomAL9llQMPzc1 pvmKGH0pwWWU2c/bT+3iDMGaZvQLMpUdKlQbQjUxnOVk5JT0DN5D40EWq6XO0loXuPvr yNRGLGCHljVIUCpUrIR6eWvSjdIw3OSNiWnJf234538uEUBsLPrCZpIunTYQ5x/R0P5d IjEO7l8e/kvPmVSsNvi9UTRPNZUOosB/8HtRAg0F5h+udFEoMauYaG+1Hz6AlsK2SaWV 42LQ== X-Received: by 10.194.60.235 with SMTP id k11mr43318379wjr.131.1422882659220; Mon, 02 Feb 2015 05:10:59 -0800 (PST) Received: from [192.168.1.2] ([82.102.93.54]) by mx.google.com with ESMTPSA id e18sm27825891wjz.27.2015.02.02.05.10.58 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 02 Feb 2015 05:10:58 -0800 (PST) Message-ID: <54CF775E.2090408@yandex.ru> Date: Mon, 02 Feb 2015 15:10:54 +0200 From: Dmitry Gutov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:33.0) Gecko/20100101 Thunderbird/33.0 MIME-Version: 1.0 To: Kevin Brubeck Unhammer Subject: Re: bug#18788: 24.4; vc-git-working-revision vs mode-line gives error References: <87wq7sfqtt.fsf@fsfe.org> <86zjaqo52x.fsf@yandex.ru> <87twz7hzae.fsf@mm.st> In-Reply-To: <87twz7hzae.fsf@mm.st> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 18788 Cc: 18788@debbugs.gnu.org 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.7 (/) On 01/31/2015 03:09 PM, Kevin Brubeck Unhammer wrote: > The repo I've seen it with under ~ if that makes any difference (ie. > ~/.git) – I can't remember if I've seen it other places. Is '~/.git' the name of the directory under version control? That could be the cause of your problem: there is a directory with this name in (almost) every Git repository, and it's used to store all version control information. Git could be getting confused by this name. > I get > > fatal: Not a git repository: .git This points to the above explanation. However, it's odd that you can't reproduce the problem reliably. > Notably, this only happens with files that are in subdirectories of ~ > (but still tracked by the ~ repo), not with files that are directly > inside ~. E.g. it happens with ~/org/gtd.org, but not with ~/.gitignore. Did that happen with files inside ~/org/gtd.org? Was the error message the same? > When I restarted emacs to see if it had anything to do with my init.el, > the bug was gone again. Yeah, I think we'll need a solid reproduction to fix it. From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 02 08:54:02 2015 Received: (at 18788) by debbugs.gnu.org; 2 Feb 2015 13:54:02 +0000 Received: from localhost ([127.0.0.1]:60109 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YIHRx-0006kZ-Js for submit@debbugs.gnu.org; Mon, 02 Feb 2015 08:54:01 -0500 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:53427) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YIHRu-0006kP-Tx for 18788@debbugs.gnu.org; Mon, 02 Feb 2015 08:54:00 -0500 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 126D420CA3; Mon, 2 Feb 2015 08:53:58 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute3.internal (MEProxy); Mon, 02 Feb 2015 08:53:58 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=x-sasl-enc:from:to:cc:subject:in-reply-to :references:date:message-id:mime-version:content-type; s= smtpout; bh=AvUHnnFW9UjHiVYov/ekgtWuVdQ=; b=n3ukqG51yCH16obKe5At 5qwYHSUQjgpiS1wFU+CsyLJJlYThTvUw29rztkiIDGKuZgvifr5JtTQHqWzh1JZe VIhazOCVB6aShKNtKhuV5MFDIaKtadojUcTarwjDzYBNFjtnsRoFI8pfwgeOJpiC M4KR6T3nmY/iaeadJxYuP4Y= X-Sasl-enc: zIT4uBMXYAS0sG5prosbal9hZW4d0BQ5iSl7mEo3uUAv 1422885237 Received: from kiwiarch (unknown [84.210.14.246]) by mail.messagingengine.com (Postfix) with ESMTPA id 52A886800FD; Mon, 2 Feb 2015 08:53:57 -0500 (EST) From: Kevin Brubeck Unhammer To: Dmitry Gutov Subject: Re: bug#18788: 24.4; vc-git-working-revision vs mode-line gives error In-Reply-To: <54CF775E.2090408@yandex.ru> (Dmitry Gutov's message of "Mon, 02 Feb 2015 15:10:54 +0200") References: <87wq7sfqtt.fsf@fsfe.org> <86zjaqo52x.fsf@yandex.ru> <87twz7hzae.fsf@mm.st> <54CF775E.2090408@yandex.ru> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) Date: Mon, 02 Feb 2015 14:53:53 +0100 Message-ID: <87iofka07i.fsf@mm.st> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 18788 Cc: 18788@debbugs.gnu.org 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.7 (/) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Dmitry Gutov writes: > On 01/31/2015 03:09 PM, Kevin Brubeck Unhammer wrote: > >> The repo I've seen it with under ~ if that makes any difference (ie. >> ~/.git) =E2=80=93 I can't remember if I've seen it other places. > > Is '~/.git' the name of the directory under version control? That > could be the cause of your problem: there is a directory with this > name in (almost) every Git repository, and it's used to store all > version control information. Git could be getting confused by this > name. No, sorry for the confusion; ~ is the directory under version control, I just mentioned that to indicate where the root of the version-controlled repo was :-) >> I get >> >> fatal: Not a git repository: .git > > This points to the above explanation. However, it's odd that you can't > reproduce the problem reliably. > >> Notably, this only happens with files that are in subdirectories of ~ >> (but still tracked by the ~ repo), not with files that are directly >> inside ~. E.g. it happens with ~/org/gtd.org, but not with ~/.gitignore. > > Did that happen with files inside ~/org/gtd.org? Was the error message > the same? It happened with any file in a subdirectory of ~, but not with files directly in ~ >> When I restarted emacs to see if it had anything to do with my init.el, >> the bug was gone again. > > Yeah, I think we'll need a solid reproduction to fix it. Yes :-/ =2D-=20 Kevin Brubeck Unhammer GPG: 0x766AC60C --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJUz4FxAAoJEHQmBt52asYM2qEIANPQmvGX4Ly5e4SZrSBG0Wid +f112qrit0IxsdswQjQsckqB6aAb5TKv1gaqpsx0B6IZbp3HAxDstXEXmrAUdHHI MZx5TetIC+fbK5oMx/7ltzymgne53EjIZp+wmJjsL8FqQD8L7+N++jkvw+8dKpOC TvCOWEgxrXWbxo5+sUG5/XOJkLOrshEtrjm9Q2TyA5+smDvvdL2VYFV+Rokby28t GKQHrHwEmZ4KzR1f/Eopd2iZjwfrRGr5DnZZhEZQJfHqMzDYrA9nJ496DYJJLo4D AFScZDF4bYGF5OKaeU7+5+LzAahai5JsKF32JkjgGuS07Up6fg50vgxnPEx3hdA= =pteM -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 11 01:11:15 2015 Received: (at 18788) by debbugs.gnu.org; 11 Feb 2015 06:11:15 +0000 Received: from localhost ([127.0.0.1]:39743 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YLQW3-0007Od-1x for submit@debbugs.gnu.org; Wed, 11 Feb 2015 01:11:15 -0500 Received: from nm39-vm8.bullet.mail.ne1.yahoo.com ([98.138.229.168]:44153) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YLQW0-0007ON-Sd for 18788@debbugs.gnu.org; Wed, 11 Feb 2015 01:11:13 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1423635067; bh=J9aLoTwlKjWkWJCwNjfYpNG2+6c4fpFzs+bF9PL+BKs=; h=Date:From:Reply-To:To:Subject:From:Subject; b=eOH88VYzSHgCelgfp38hUL/p/69ZUQycq+wmnb6rGoXykN28qKPlRSTQnn4Y4U8W3r5Jkl/aVlROm2twTYldQy+pvboMYXRmof62moFgciGiH9vkwPBHVpptcSWlyU/cP/akUhki3nBHB2AKlUE0mWIulpBcgzKi+QBtPGYoWUdKn7F+EhjGoOUvw/rrhKxDaqrXdQ9d0XAxs14H86MWVuVC3wKK3vESdEkN+KUOBwlBTgvbKorJpDBwJfML5r7Clwryx0F49TiH7Ql+FoulZ2dIB0GSaMB6/7qi2QF3tN0tSnWW3iA0wEubsquEHOJsTXZVZFaXkWhl9AOmwjSnQA== Received: from [127.0.0.1] by nm39.bullet.mail.ne1.yahoo.com with NNFMP; 11 Feb 2015 06:11:07 -0000 Received: from [98.138.226.178] by nm39.bullet.mail.ne1.yahoo.com with NNFMP; 11 Feb 2015 06:08:12 -0000 Received: from [98.138.89.246] by tm13.bullet.mail.ne1.yahoo.com with NNFMP; 11 Feb 2015 06:08:12 -0000 Received: from [127.0.0.1] by omp1060.mail.ne1.yahoo.com with NNFMP; 11 Feb 2015 06:08:12 -0000 X-Yahoo-Newman-Property: ymail-4 X-Yahoo-Newman-Id: 822059.51533.bm@omp1060.mail.ne1.yahoo.com X-YMail-OSG: Vjlr0hMVM1nfX099YzZygoh13Cy2EOHvc8HV4S8jvuCXPgVgU.07KCy6TFMUlt0 .wAX_wZUW8NffJG3VHhKjWJIACdBQVz0PZy9Vz_6DIMUoWkb5Z1sdkObyjAg9oPeygnn0EwKWcyY Vb081twgWuLnTCgTtlL9T05RHqokvZl7L28ChWg0n0MdeP2AgsGPEOV60wFBhew_TCSvwLW4p9nX s0gJy3LyePQ0LYG6wCsx0rUHzeGV6kXxUeJrv59qV0jbPngZROhgLNfXp00Jr.IWO4za..Esh7Zi 563rtVMflJHSyHn0MY3YrZZIFsDfdXEC7Rs..dMTLZi9gGJy3bXHqmCOXEy.pGk2gprhnq4r1nlb FLMWNya2q1bpBaGXLlrBgYByGK3MHhy64UVqpX8WYcS.4ypdKq0PCUz.03sSxgC4xlRHsUEveL3d PmFVXLgCn61ACcy_scOXpwqZp20rALRII_A2i_0g7eLZF0cgKddh7YPI3cAl2ULiC1_8g3voKwRn aboQZ7jTE93uoS2LHfHkDYrqGce8- Received: by 98.138.105.208; Wed, 11 Feb 2015 06:08:12 +0000 Date: Wed, 11 Feb 2015 06:08:12 +0000 (UTC) From: nil To: "18788@debbugs.gnu.org" <18788@debbugs.gnu.org> Message-ID: <470078931.1849740.1423634892128.JavaMail.yahoo@mail.yahoo.com> Subject: Re: bug#18788: 24.4; vc-git-working-revision vs mode-line gives error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Length: 178 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 18788 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: nil 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 (/) What is the value of (getenv "GIT_DIR")? If emacs was started as e.g. GIT_EDITOR, it will inherit this and pass it to child git processes run by vc, confusing them inordinately. From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 26 11:22:35 2015 Received: (at 18788) by debbugs.gnu.org; 26 Dec 2015 16:22:35 +0000 Received: from localhost ([127.0.0.1]:41710 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aCrc3-0004sv-1G for submit@debbugs.gnu.org; Sat, 26 Dec 2015 11:22:35 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:33236) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aCrc0-0004sk-IU for 18788@debbugs.gnu.org; Sat, 26 Dec 2015 11:22:33 -0500 Received: from 2.150.58.24.tmi.telenormobil.no ([2.150.58.24] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1aCrbf-0001jO-GM; Sat, 26 Dec 2015 17:22:11 +0100 From: Lars Ingebrigtsen To: Kevin Brubeck Unhammer Subject: Re: bug#18788: 24.4; vc-git-working-revision vs mode-line gives error References: <87wq7sfqtt.fsf@fsfe.org> <86zjaqo52x.fsf@yandex.ru> <87twz7hzae.fsf@mm.st> Date: Sat, 26 Dec 2015 17:22:10 +0100 In-Reply-To: <87twz7hzae.fsf@mm.st> (Kevin Brubeck Unhammer's message of "Sat, 31 Jan 2015 14:09:45 +0100") Message-ID: <87r3i9p4ct.fsf@gnus.org> User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-MailScanner-ID: 1aCrbf-0001jO-GM X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1451751731.76815@3JJW8nnhkWs4NEKVgWWqbw X-Spam-Status: No X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 18788 Cc: 18788@debbugs.gnu.org, Dmitry Gutov 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: -0.7 (/) Kevin Brubeck Unhammer writes: > The repo I've seen it with under ~ if that makes any difference (ie. > ~/.git) =96 I can't remember if I've seen it other places. Do you still see this problem? --=20 (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sun Dec 27 03:15:58 2015 Received: (at 18788) by debbugs.gnu.org; 27 Dec 2015 08:15:58 +0000 Received: from localhost ([127.0.0.1]:42399 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aD6Uc-0006TE-SP for submit@debbugs.gnu.org; Sun, 27 Dec 2015 03:15:58 -0500 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:44664) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aD6UY-0006NU-52 for 18788@debbugs.gnu.org; Sun, 27 Dec 2015 03:15:53 -0500 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id BAA90202B3 for <18788@debbugs.gnu.org>; Sun, 27 Dec 2015 03:15:49 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute5.internal (MEProxy); Sun, 27 Dec 2015 03:15:49 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=XlClFNirrD+RhOBjpwgIYBwoexU=; b=QmPMz whCsBsA8eQiu9pttUqJ89HsupHem32gyXhFIYBBWwpQYzfXbQAuD944i8/jInufp e46gzZ4zigUT0VagcJLYhSQ2H0QgIUryHzCKhHoAZ0MRZLgMXzlUGwWmwyTggFa5 Yu7OC9zKsHFPixVUjklb2fbbC95ci4DeonqC5k= X-Sasl-enc: u2X/X4pVFe0f1gc1Fv/rsE+D29WqYCnbJkCVCxqsO/0U 1451204149 Received: from kiwiarch (cm-84.210.14.246.getinternet.no [84.210.14.246]) by mail.messagingengine.com (Postfix) with ESMTPA id DD7BF6800D1; Sun, 27 Dec 2015 03:15:48 -0500 (EST) From: Kevin Brubeck Unhammer To: Lars Ingebrigtsen Subject: Re: bug#18788: 24.4; vc-git-working-revision vs mode-line gives error References: <87wq7sfqtt.fsf@fsfe.org> <86zjaqo52x.fsf@yandex.ru> <87twz7hzae.fsf@mm.st> <87r3i9p4ct.fsf@gnus.org> Date: Sun, 27 Dec 2015 09:15:42 +0100 In-Reply-To: <87r3i9p4ct.fsf@gnus.org> (Lars Ingebrigtsen's message of "Sat, 26 Dec 2015 17:22:10 +0100") Message-ID: <87bn9cqpch.fsf@mm.st> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 18788 Cc: 18788@debbugs.gnu.org, Dmitry Gutov 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: -0.7 (/) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Lars Ingebrigtsen =C4=8D=C3=A1lii: > Kevin Brubeck Unhammer writes: > >> The repo I've seen it with under ~ if that makes any difference (ie. >> ~/.git) =E2=80=93 I can't remember if I've seen it other places. > > Do you still see this problem? I don't think I've seen this one in some months. =2D-=20 Kevin Brubeck Unhammer GPG: 0x766AC60C --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJWf54wAAoJEHQmBt52asYMCmkH/3txNcQd2VpR7qns2NrZJe8N DbfXHzhjgTtRQWVC1T+1ChCODiD1Kgk47B608/UVdp/DscXI/jgjhzNrNpsnFy8N H1FUGW5ddp/KbLYFaPSpuXrWM2tokpmeab+xXvt8Ot+y88cKietN9vULbXaIVqKZ DjkSnEtJ9JtsK4LLu8HuDYgXmS3omfWbH+TizX94kLKrA64Yww5wXOzKDLjlWA9x L8EzxhRc8faJQFxCNETE6BbAe9hu0i+3sqjf/imtEes3uBcqiDRkaeW9SnCa/xxv 8/8mljB4Yr0aXoGXpaRxWVVIapD3zI1B2PQ5CrJIQaDl7mg/5eulOrF2rBUIY1U= =oiNS -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sun Dec 27 03:18:08 2015 Received: (at control) by debbugs.gnu.org; 27 Dec 2015 08:18:08 +0000 Received: from localhost ([127.0.0.1]:42403 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aD6Wm-0007FV-MT for submit@debbugs.gnu.org; Sun, 27 Dec 2015 03:18:08 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:43851) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aD6Wl-0007FN-5r for control@debbugs.gnu.org; Sun, 27 Dec 2015 03:18:07 -0500 Received: from 2.150.58.24.tmi.telenormobil.no ([2.150.58.24] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1aD6WQ-0003uk-5I for control@debbugs.gnu.org; Sun, 27 Dec 2015 09:17:46 +0100 Date: Sun, 27 Dec 2015 09:17:45 +0100 Message-Id: <87vb7kgv9y.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #18788 X-MailScanner-ID: 1aD6WQ-0003uk-5I X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1451809066.62175@NxEEAvzPN1gDBE9+D7qtpA X-Spam-Status: No X-Spam-Score: -0.7 (/) 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: -0.7 (/) close 18788 From unknown Sat Aug 16 16:54:00 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 24 Jan 2016 12:24:12 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator