From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jonas Bernoulli Newsgroups: gmane.emacs.bugs Subject: bug#42397: [PATCH 06/14] * lisp/emacs-lisp/eldoc.el (eldoc-minibuffer-message): Fix indentation. Date: Fri, 17 Jul 2020 20:19:07 +0200 Message-ID: <87d04ungx0.fsf@bernoul.li> References: <20200716145456.17531-1-jonas@bernoul.li> <20200716145456.17531-2-jonas@bernoul.li> <20200716145456.17531-3-jonas@bernoul.li> <20200716145456.17531-4-jonas@bernoul.li> <20200716145456.17531-5-jonas@bernoul.li> <20200716145456.17531-6-jonas@bernoul.li> <83d04vlbu8.fsf@gnu.org> <87mu3zpfez.fsf@bernoul.li> <83zh7zjm8w.fsf@gnu.org> <87tuy786vn.fsf@bernoul.li> <83pn8ukdvz.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="35917"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 42397@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Jul 17 20:21:04 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1jwUym-0009Dn-38 for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 17 Jul 2020 20:21:04 +0200 Original-Received: from localhost ([::1]:46750 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jwUyk-0004qc-Rj for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 17 Jul 2020 14:21:03 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:37894) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jwUxm-0004Mu-SG for bug-gnu-emacs@gnu.org; Fri, 17 Jul 2020 14:20:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:46497) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jwUxm-0004CZ-HL for bug-gnu-emacs@gnu.org; Fri, 17 Jul 2020 14:20:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jwUxm-00022D-Ca for bug-gnu-emacs@gnu.org; Fri, 17 Jul 2020 14:20:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Jonas Bernoulli Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 17 Jul 2020 18:20:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 42397 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 42397-submit@debbugs.gnu.org id=B42397.15950099757782 (code B ref 42397); Fri, 17 Jul 2020 18:20:02 +0000 Original-Received: (at 42397) by debbugs.gnu.org; 17 Jul 2020 18:19:35 +0000 Original-Received: from localhost ([127.0.0.1]:58043 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jwUxL-00021S-BP for submit@debbugs.gnu.org; Fri, 17 Jul 2020 14:19:35 -0400 Original-Received: from mail.hostpark.net ([212.243.197.30]:60772) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jwUxG-00021D-2z for 42397@debbugs.gnu.org; Fri, 17 Jul 2020 14:19:34 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by mail.hostpark.net (Postfix) with ESMTP id A0FD716617; Fri, 17 Jul 2020 20:19:28 +0200 (CEST) X-Virus-Scanned: by Hostpark/NetZone Mailprotection at hostpark.net Original-Received: from mail.hostpark.net ([127.0.0.1]) by localhost (mail0.hostpark.net [127.0.0.1]) (amavisd-new, port 10124) with ESMTP id XAwfLr5rieaX; Fri, 17 Jul 2020 20:19:28 +0200 (CEST) Original-Received: from customer (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.hostpark.net (Postfix) with ESMTPSA id 716AF165CB; Fri, 17 Jul 2020 20:19:28 +0200 (CEST) In-Reply-To: <83pn8ukdvz.fsf@gnu.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:183160 Archived-At: Eli Zaretskii writes: >> Since I cannot find such a message, I assume you manually modified those >> messages before sending. > > Right. And that is a mild annoyance, because it makes responding > slower, and I need to pay attention to the address headers, something > I'd rather not do. Sorry about that. > Can't you use BCC for that? (I'm not familiar with "git send-email" > enough to tell if this is possible.) Duh! That's what I should have done to begin with.