* Re: emacs-26 69e8046: Don't signal error in vc-deduce-backend [not found] ` <20180213111858.3544220856@vcs0.savannah.gnu.org> @ 2018-02-13 12:27 ` Michael Albinus 2018-02-13 13:06 ` Andreas Schwab 2018-02-13 14:29 ` [Emacs-diffs] " Stefan Monnier 1 sibling, 1 reply; 4+ messages in thread From: Michael Albinus @ 2018-02-13 12:27 UTC (permalink / raw) To: emacs-devel; +Cc: Andreas Schwab schwab@gnu.org (Andreas Schwab) writes: > + (condition-case nil > + (vc-responsible-backend default-directory) > + (error nil))) ignore-errors? Best regards, Michael. ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: emacs-26 69e8046: Don't signal error in vc-deduce-backend 2018-02-13 12:27 ` emacs-26 69e8046: Don't signal error in vc-deduce-backend Michael Albinus @ 2018-02-13 13:06 ` Andreas Schwab 0 siblings, 0 replies; 4+ messages in thread From: Andreas Schwab @ 2018-02-13 13:06 UTC (permalink / raw) To: Michael Albinus; +Cc: emacs-devel On Feb 13 2018, Michael Albinus <michael.albinus@gmx.de> wrote: > schwab@gnu.org (Andreas Schwab) writes: > >> + (condition-case nil >> + (vc-responsible-backend default-directory) >> + (error nil))) > > ignore-errors? Thanks, fixed. Andreas. -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different." ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Emacs-diffs] emacs-26 69e8046: Don't signal error in vc-deduce-backend [not found] ` <20180213111858.3544220856@vcs0.savannah.gnu.org> 2018-02-13 12:27 ` emacs-26 69e8046: Don't signal error in vc-deduce-backend Michael Albinus @ 2018-02-13 14:29 ` Stefan Monnier 2018-02-13 14:41 ` Andreas Schwab 1 sibling, 1 reply; 4+ messages in thread From: Stefan Monnier @ 2018-02-13 14:29 UTC (permalink / raw) To: Andreas Schwab; +Cc: emacs-devel Hi, > Don't signal error in vc-deduce-backend > * lisp/vc/vc.el (vc-deduce-backend): Return nil if > vc-responsible-backend signals an error. What kind of errors is this expected to silence? Stefan "wondering whether this should use with-demoted-errors or ignore-errors" ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Emacs-diffs] emacs-26 69e8046: Don't signal error in vc-deduce-backend 2018-02-13 14:29 ` [Emacs-diffs] " Stefan Monnier @ 2018-02-13 14:41 ` Andreas Schwab 0 siblings, 0 replies; 4+ messages in thread From: Andreas Schwab @ 2018-02-13 14:41 UTC (permalink / raw) To: Stefan Monnier; +Cc: emacs-devel On Feb 13 2018, Stefan Monnier <monnier@IRO.UMontreal.CA> wrote: > Hi, > >> Don't signal error in vc-deduce-backend >> * lisp/vc/vc.el (vc-deduce-backend): Return nil if >> vc-responsible-backend signals an error. > > What kind of errors is this expected to silence? The one thrown by vc-responsible-backend. Andreas. -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different." ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-02-13 14:41 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <20180213111857.32578.59158@vcs0.savannah.gnu.org> [not found] ` <20180213111858.3544220856@vcs0.savannah.gnu.org> 2018-02-13 12:27 ` emacs-26 69e8046: Don't signal error in vc-deduce-backend Michael Albinus 2018-02-13 13:06 ` Andreas Schwab 2018-02-13 14:29 ` [Emacs-diffs] " Stefan Monnier 2018-02-13 14:41 ` Andreas Schwab
Code repositories for project(s) associated with this public inbox https://git.savannah.gnu.org/cgit/emacs.git This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).