From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jean Louis Newsgroups: gmane.emacs.orgmode,gmane.emacs.bugs Subject: Re: org-capture user-error: Abort Date: Sun, 13 Dec 2020 13:48:28 +0300 Message-ID: References: <87r1nu864t.fsf@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="40261"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/2.0 (3d08634) (2020-11-07) Cc: daniela-spit@gmx.it, bug-gnu-emacs@gnu.org, Org-Mode mailing list To: Michael Albinus Original-X-From: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane-mx.org@gnu.org Sun Dec 13 18:34:30 2020 Return-path: Envelope-to: geo-emacs-orgmode@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1koVGQ-000AO2-3O for geo-emacs-orgmode@m.gmane-mx.org; Sun, 13 Dec 2020 18:34:30 +0100 Original-Received: from localhost ([::1]:40890 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1koVGP-0002yR-2Z for geo-emacs-orgmode@m.gmane-mx.org; Sun, 13 Dec 2020 12:34:29 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:55238) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1koVE1-0008GK-PV; Sun, 13 Dec 2020 12:32:01 -0500 Original-Received: from stw1.rcdrun.com ([217.170.207.13]:58887) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1koVE0-00028w-70; Sun, 13 Dec 2020 12:32:01 -0500 Original-Received: from localhost ([::ffff:197.157.34.185]) (AUTH: PLAIN securesender, TLS: TLS1.2,256bits,ECDHE_RSA_AES_256_GCM_SHA384) by stw1.rcdrun.com with ESMTPSA id 00000000000308F4.000000005FD6500E.00004CEE; Sun, 13 Dec 2020 10:31:57 -0700 Content-Disposition: inline In-Reply-To: <87r1nu864t.fsf@gmx.de> Received-SPF: pass client-ip=217.170.207.13; envelope-from=bugs@gnu.support; helo=stw1.rcdrun.com X-Spam_score_int: -3 X-Spam_score: -0.4 X-Spam_bar: / X-Spam_report: (-0.4 / 5.0 requ) BAYES_00=-1.9, DATE_IN_PAST_06_12=1.543, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-orgmode" Xref: news.gmane.io gmane.emacs.orgmode:133788 gmane.emacs.bugs:195981 Archived-At: * Michael Albinus [2020-12-13 11:25]: > Jean Louis writes: > > Hi Jean, > > > Even if it is error, why it should be written with the dash as > > "user-error"?! > > `user-error' is a standard error symbol in Emacs, which is fired by the > function `user-error'. See (info "(elisp) Signaling Errors") And error is by definition a wrong action attributable to bad judgment or ignorance or inattention. When user is offered choice: [q] Abort then such is not a wrong action or bad judgment or ignorance or inattention. Even the function description says it should be used in different set of circumstances. Org capture screen does not provide that circumstance that function should be used there as user's choice is not an error. Jean