From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eshel Yaron via "Bug reports for GNU Emacs, the Swiss army knife of text editors" Newsgroups: gmane.emacs.bugs Subject: bug#62708: [PATCH] Add option to control default outlining in C-h b Date: Fri, 21 Apr 2023 18:57:21 +0300 Message-ID: References: <83sfdamt5x.fsf@gnu.org> Reply-To: Eshel Yaron Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="20440"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: 62708@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Apr 21 17:58:26 2023 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 1ppt9V-0005Bt-Rp for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 21 Apr 2023 17:58:25 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ppt99-0003dV-52; Fri, 21 Apr 2023 11:58:03 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ppt98-0003cu-BB for bug-gnu-emacs@gnu.org; Fri, 21 Apr 2023 11:58:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ppt98-0003OP-2E for bug-gnu-emacs@gnu.org; Fri, 21 Apr 2023 11:58:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ppt97-0004j3-Rk for bug-gnu-emacs@gnu.org; Fri, 21 Apr 2023 11:58:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eshel Yaron Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 21 Apr 2023 15:58:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62708 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 62708-submit@debbugs.gnu.org id=B62708.168209264918123 (code B ref 62708); Fri, 21 Apr 2023 15:58:01 +0000 Original-Received: (at 62708) by debbugs.gnu.org; 21 Apr 2023 15:57:29 +0000 Original-Received: from localhost ([127.0.0.1]:40997 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ppt8b-0004iF-1K for submit@debbugs.gnu.org; Fri, 21 Apr 2023 11:57:29 -0400 Original-Received: from mail.eshelyaron.com ([107.175.124.16]:59626 helo=eshelyaron.com) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ppt8Y-0004i5-Kv for 62708@debbugs.gnu.org; Fri, 21 Apr 2023 11:57:27 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=eshelyaron.com; s=mail; t=1682092646; bh=orrbch3vlStp44YqEtDpksKNnK/llOk9QLB2a2meipQ=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=NPbA+hqfN92OkplphuQmsMkRa22ovShczV0sn90lbQGAkM3USSuazN9Cd259Ydl21 5gfiC1heRtRu71AubabPaphSKTiHp042fAivQXLIaHfDvQToOJsW0+7cyKg75AfXOk F4hWomTlG6DDQ8gMu6mBmXFBD2dFcqw+xEdjVcH4ogB5j74uwhLb0vh4PO/FDBgNBq rg//q/h78XmJvC8sMPyNEwRdiYW4gCVfDhwIR+UsXQK0dS488z0aXn2qwWlpoX9N31 aX45WBaCpKw7L1up8Hm5UKFvPoNoFGutZDu4782qG0rm07NbwYI1cISMquKPAxxzQp BDUDOVVtKlN6A== In-Reply-To: (Eshel Yaron's message of "Sat, 08 Apr 2023 22:39:33 +0300") 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-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:260398 Archived-At: Eshel Yaron writes: > Hello Eli, > > Eli Zaretskii writes: > >> Thanks. >> >> However, you already exhausted the amount of changes we can accept >> from you without a copyright assignment. Would you like to start your >> assignment paperwork at this time? Then we can accept this and other >> contributions from you when the paperwork is done. > > I understand. I have the required documents ready and I /thought/ sent > them over already several weeks ago. I didn't get a confirmation > though. Anyway, I've just sent my paperwork again so I hope it'll be in > order soon. FYI I've received confirmation that my copyright assignment is done, so hopefully that's no longer an issue. Any comments about the patch itself? Thanks, Eshel