From unknown Tue Aug 12 03:20:00 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#44711 <44711@debbugs.gnu.org> To: bug#44711 <44711@debbugs.gnu.org> Subject: Status: [PATCH] Add movement commands `tabulated-list-next-column' and `tabulated-list-previous-column' Reply-To: bug#44711 <44711@debbugs.gnu.org> Date: Tue, 12 Aug 2025 10:20:00 +0000 retitle 44711 [PATCH] Add movement commands `tabulated-list-next-column' an= d `tabulated-list-previous-column' reassign 44711 emacs submitter 44711 "Peter Feigl" severity 44711 normal tag 44711 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 17 12:52:34 2020 Received: (at submit) by debbugs.gnu.org; 17 Nov 2020 17:52:34 +0000 Received: from localhost ([127.0.0.1]:32852 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kf59e-0001Xf-8x for submit@debbugs.gnu.org; Tue, 17 Nov 2020 12:52:34 -0500 Received: from lists.gnu.org ([209.51.188.17]:60026) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kf59b-0001XW-J5 for submit@debbugs.gnu.org; Tue, 17 Nov 2020 12:52:32 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:38094) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kf59b-0003wE-0z for bug-gnu-emacs@gnu.org; Tue, 17 Nov 2020 12:52:31 -0500 Received: from www.nexoid.at ([178.79.130.240]:40324 helo=nexoid.at) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kf59Y-0003yX-Fp for bug-gnu-emacs@gnu.org; Tue, 17 Nov 2020 12:52:30 -0500 From: "Peter Feigl" DKIM-Filter: OpenDKIM Filter v2.10.3 nexoid.at 9CE75BC81 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nexoid.at; s=mail; t=1605635544; bh=3XIafbJJ2HvT1o3qltHWf1wQsDjGv4AShdwBbyhjN54=; h=From:To:Subject:Date:From; b=n/xbMZuAFny00vHwLolxBTI6SmI07See1hY26HNzkaNlaz7ZkifhukNaMpkbI9285 tPuescoNuSnXYtiy+ijr0Wh7xfkHvsU64mSiRs6oTO9lai0xQqtSq7J/3NNAJWc0tf ocbsOxHccTgRXuPE69ynZRhmVblpls4fzAr+7+Ez8dW8XoJ9SQ/5TijiATC1NJqAMO oq19+COByKldGysI8jDHTCIYU/P9xuXm6XB31jMF1bH5O85u+vVhP19L/dENHUDtwc +O0biXZWmMK96F5qzyJXFgXTPwFnjp6tiXH9XSeO0hSM6UTc+7SpYfogrCikOvrY0U BVpg3RnvMBRHQ== To: bug-gnu-emacs@gnu.org Subject: [PATCH] Add movement commands `tabulated-list-next-column' and `tabulated-list-previous-column' Date: Tue, 17 Nov 2020 18:52:23 +0100 Message-ID: <87wnyj6fc8.fsf@nexoid.at> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: pass client-ip=178.79.130.240; envelope-from=peter.feigl@nexoid.at; helo=nexoid.at X-detected-operating-system: by eggs.gnu.org: First seen = 2020/11/17 12:52:25 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit 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: -2.4 (--) --=-=-= Content-Type: text/plain The attached patch adds two movement commands, `tabulated-list-next-column' and `tabulated-list-previous-column', by default bound to "f" and "b" in `tabulated-list-mode'. They move to the next/previous column respectively, and honour a numeric prefix argument. I'd be happy to try to get my employer to sign the papers, please send me the forms (in German, if that is relevant). If possible, feel free to use this patch without papers signed. Thanks and greetings, Peter --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-Add-commands-to-move-to-next-previous-column-in-tabu.patch >From 92cdba70401663f3765571472af3623db8c7c304 Mon Sep 17 00:00:00 2001 From: Peter Feigl Date: Tue, 17 Nov 2020 18:42:03 +0100 Subject: [PATCH] Add commands to move to next/previous column in tabulated-list-mode. * lisp/emacs-lisp/tabulated-list.el (tabulated-list-mode-map): Add keybindings "b" and "f" (tabulated-list-previous-column tabulated-list-next-column): Implement commands. --- lisp/emacs-lisp/tabulated-list.el | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/lisp/emacs-lisp/tabulated-list.el b/lisp/emacs-lisp/tabulated-list.el index 30577679f2..a19ab00838 100644 --- a/lisp/emacs-lisp/tabulated-list.el +++ b/lisp/emacs-lisp/tabulated-list.el @@ -212,6 +212,8 @@ If ADVANCE is non-nil, move forward by one line afterwards." special-mode-map)) (define-key map "n" 'next-line) (define-key map "p" 'previous-line) + (define-key map "b" 'tabulated-list-previous-column) + (define-key map "f" 'tabulated-list-next-column) (define-key map "S" 'tabulated-list-sort) (define-key map "}" 'tabulated-list-widen-current-column) (define-key map "{" 'tabulated-list-narrow-current-column) @@ -726,6 +728,24 @@ Interactively, N is the prefix numeric argument, and defaults to (setq-local tabulated-list--current-lnum-width lnum-width) (tabulated-list-init-header))))) +(defun tabulated-list-next-column (&optional arg) + "Go to the start of the next column after point on the current line. +If ARG is provided, move that many columns." + (interactive "p") + (dotimes (c (or arg 1)) + (let ((next (or (next-single-property-change (point) 'tabulated-list-column-name) (point-max)))) + (unless (>= next (line-end-position)) + (goto-char next))))) + +(defun tabulated-list-previous-column (&optional arg) + "Go to the start of the column point is in on the current line. +If ARG is provided, move that many columns." + (interactive "p") + (dotimes (c (or arg 1)) + (let ((prev (or (previous-single-property-change (point) 'tabulated-list-column-name) 1))) + (unless (< prev (line-beginning-position)) + (goto-char prev))))) + ;;; The mode definition: (define-derived-mode tabulated-list-mode special-mode "Tabulated" -- 2.28.0 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 17 13:36:04 2020 Received: (at 44711) by debbugs.gnu.org; 17 Nov 2020 18:36:04 +0000 Received: from localhost ([127.0.0.1]:32913 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kf5pk-0002dG-8D for submit@debbugs.gnu.org; Tue, 17 Nov 2020 13:36:04 -0500 Received: from mail-wr1-f47.google.com ([209.85.221.47]:40608) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kf5pg-0002ce-8r for 44711@debbugs.gnu.org; Tue, 17 Nov 2020 13:36:03 -0500 Received: by mail-wr1-f47.google.com with SMTP id m6so7013523wrg.7 for <44711@debbugs.gnu.org>; Tue, 17 Nov 2020 10:36:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tcd-ie.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=SP+Fxt9QMyirLtD1pV4x4KTc3LR+Z76WTXmvPTGYSpM=; b=znqDJlWrh2E0qgntGGGSkzZFQfCkvWT5t6+4L8ZcMRL77/cL/3AaD+ae5rU+3rroT6 dw9t2m1A8ilhOJbzNpQL/385Aoc1dlPWe/AsbOcdEBSoDYJCJ2jUXJ7osH2lT+9nAnuU GWtZVXMxe0l9Sow0pqNgGVIlGBo+hKShEquKPalGxaV7fmX0Wp2NBYqtNI/M663DOi8L KWq/zJvRLcXuinStJNRZ7clAbST783va3LfVWF209ARtqHvRag0vuH9zYaEWBYuvyDne 5WN7ODmPffC38qmz63dZ0XYrmgt6MjdpTjlIIhjMoaD0VWdFZaXEwFr7Ac+h3G9yt7uZ TmXQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=SP+Fxt9QMyirLtD1pV4x4KTc3LR+Z76WTXmvPTGYSpM=; b=ooZGL9Bu0Ee8NJc+TVt/B1QvVRL8fsIWkvczvqMGBmZeXKBRVztjm0qO6oCUqVdpjN DdteoKpvt1Mv1Y4/Q2qsvh6yIwRYLp9v3WULBHDXOau6PtcWc5N6sTWpLDk3NX4o1a9N XxG1e/vbz80jkJ5mZYpmyYcgERqrMyQl2U3oDfk+l6RXbrYPhMUBtOhwc55Itf0K0VQI U5vObJj2II07Jm3usyfG41FlsEwFSEYEC+M5CEIjSKjFmnnzJyZz9SSOagnfzvriSPpT 9d1Ob81FB+h0k6VGneizkbhrDL8nrQjtF+/DlLsCTXK3mMxhduVCgiMf5+UWWm01M0DG gntg== X-Gm-Message-State: AOAM533HqJMkRugUN/0KpdJW7JApaZJdpzUXrDmpMQYsAkx0tZ9nR6Qa 8aSgCfStq76SJdIwanCCKRvWNg== X-Google-Smtp-Source: ABdhPJzhhGBzCQEAsP+ge1VE55xEIYltITjxoKIYYqpNuQz7aCsG0m/InTqTx550xmx+tRz05D0Q1g== X-Received: by 2002:a5d:51c2:: with SMTP id n2mr947492wrv.326.1605638154341; Tue, 17 Nov 2020 10:35:54 -0800 (PST) Received: from localhost ([2a02:8084:20e2:c380:92bd:1bfd:38fc:fae2]) by smtp.gmail.com with ESMTPSA id u16sm28528366wrn.55.2020.11.17.10.35.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 17 Nov 2020 10:35:53 -0800 (PST) From: "Basil L. Contovounesios" To: "Peter Feigl" Subject: Re: bug#44711: [PATCH] Add movement commands `tabulated-list-next-column' and `tabulated-list-previous-column' References: <87wnyj6fc8.fsf@nexoid.at> Date: Tue, 17 Nov 2020 18:35:52 +0000 In-Reply-To: <87wnyj6fc8.fsf@nexoid.at> (Peter Feigl's message of "Tue, 17 Nov 2020 18:52:23 +0100") Message-ID: <873617al13.fsf@tcd.ie> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 44711 Cc: 44711@debbugs.gnu.org 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: -1.0 (-) "Peter Feigl" writes: > The attached patch adds two movement commands, Thanks, just some minor comments from me. > +(defun tabulated-list-next-column (&optional arg) > + "Go to the start of the next column after point on the current line. > +If ARG is provided, move that many columns." > + (interactive "p") > + (dotimes (c (or arg 1)) ^ The names of unused lexical variables should start with (or consist only of) an underscore, e.g. '_' or '_c'. (The byte-compiler should otherwise complain.) > + (let ((next (or (next-single-property-change (point) 'tabulated-list-column-name) (point-max)))) This line is a bit long; suggest breaking the function call across two lines. More importantly, why scan all the way to the end of the buffer if we're only interested in the current line? > + (unless (>= next (line-end-position)) > + (goto-char next))))) Given my suggestion to limit the search to the current line, this could be modified along the following lines: (dotimes (_ (or arg 1)) (let* ((eol (line-end-position)) (next (next-single-property-change (point) 'tabulated-list-column-name nil (1+ eol)))) (when (< next eol) (goto-char next)))) But there's a subtle issue here: some tabulated lists (e.g. list-buffers) can have an empty final column (e.g. with non-file-visiting buffers such as *scratch*), but the (< next eol) guard will not allow point to reach this final empty column, because that position is at the end of the line. So I suggest either augmenting the guard to check whether the current (last) column is empty, or unconditionally allowing point to reach the end of the line, even if point was already originally in the final column. > +(defun tabulated-list-previous-column (&optional arg) Ditto. -- Basil From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 17 14:50:28 2020 Received: (at 44711) by debbugs.gnu.org; 17 Nov 2020 19:50:28 +0000 Received: from localhost ([127.0.0.1]:32999 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kf6zk-0004R8-2D for submit@debbugs.gnu.org; Tue, 17 Nov 2020 14:50:28 -0500 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:33101) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kf6zh-0004Qu-6f for 44711@debbugs.gnu.org; Tue, 17 Nov 2020 14:50:27 -0500 X-Originating-IP: 91.129.97.46 Received: from mail.gandi.net (m91-129-97-46.cust.tele2.ee [91.129.97.46]) (Authenticated sender: juri@linkov.net) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 9947CFF802; Tue, 17 Nov 2020 19:50:17 +0000 (UTC) From: Juri Linkov To: "Peter Feigl" Subject: Re: bug#44711: [PATCH] Add movement commands `tabulated-list-next-column' and `tabulated-list-previous-column' Organization: LINKOV.NET References: <87wnyj6fc8.fsf@nexoid.at> Date: Tue, 17 Nov 2020 21:48:37 +0200 In-Reply-To: <87wnyj6fc8.fsf@nexoid.at> (Peter Feigl's message of "Tue, 17 Nov 2020 18:52:23 +0100") Message-ID: <87wnyjydbe.fsf@mail.linkov.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 44711 Cc: 44711@debbugs.gnu.org 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: -1.0 (-) > The attached patch adds two movement commands, > `tabulated-list-next-column' and `tabulated-list-previous-column', by > default bound to "f" and "b" in `tabulated-list-mode'. They move to the > next/previous column respectively, and honour a numeric prefix argument. Many packages such as 'ses' and 'org-table' for moving to the next/previous column use keys TAB and S-TAB. From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 24 03:08:53 2020 Received: (at 44711) by debbugs.gnu.org; 24 Nov 2020 08:08:54 +0000 Received: from localhost ([127.0.0.1]:57369 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1khTNd-0007yL-Lh for submit@debbugs.gnu.org; Tue, 24 Nov 2020 03:08:53 -0500 Received: from quimby.gnus.org ([95.216.78.240]:50730) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1khTNb-0007y8-Vz for 44711@debbugs.gnu.org; Tue, 24 Nov 2020 03:08:52 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=oIRyE/F+9VYOJb488kka+XtXP99UmniDW0Cw+MrzzRs=; b=AQ7tX1Pqc09/jJbLfNgB92TNUI ndTFFY4w1b8V5HGD9iBllQXBC0/eLPKxwRfR8qbDRX+AR4vNxPhMz5R9X9Ka65nRtJ8sC23ZHFqbU 7GFd3ca91cGJjnlrCvj+LqeSxGSMrmMHYijpY/NFSMX4aAVzI/IVRnexv/8iwuXTqbyg=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1khTNT-00017L-7N; Tue, 24 Nov 2020 09:08:45 +0100 From: Lars Ingebrigtsen To: "Peter Feigl" Subject: Re: bug#44711: [PATCH] Add movement commands `tabulated-list-next-column' and `tabulated-list-previous-column' References: <87wnyj6fc8.fsf@nexoid.at> X-Now-Playing: Fad Gadget's _Fireside Favourites_: "Insecticide" Date: Tue, 24 Nov 2020 09:08:41 +0100 In-Reply-To: <87wnyj6fc8.fsf@nexoid.at> (Peter Feigl's message of "Tue, 17 Nov 2020 18:52:23 +0100") Message-ID: <87lfer6ut2.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: "Peter Feigl" writes: > I'd be happy to try to get my employer to sign the papers, please send > me the forms (in German, if that is relevant). > > If possible, feel free to use this patch without papers signed. Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 44711 Cc: 44711@debbugs.gnu.org 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: -1.0 (-) "Peter Feigl" writes: > I'd be happy to try to get my employer to sign the papers, please send > me the forms (in German, if that is relevant). > > If possible, feel free to use this patch without papers signed. This looks useful, but the patch is indeed to big to apply without paperwork. Here's the form to get started: ------- Please email the following information to assign@gnu.org, and we will send you the assignment form for your past and future changes. Please use your full legal name (in ASCII characters) as the subject line of the message. ---------------------------------------------------------------------- REQUEST: SEND FORM FOR PAST AND FUTURE CHANGES [What is the name of the program or package you're contributing to?] Emacs [Did you copy any files or text written by someone else in these changes? Even if that material is free software, we need to know about it.] [Do you have an employer who might have a basis to claim to own your changes? Do you attend a school which might make such a claim?] [For the copyright registration, what country are you a citizen of?] [What year were you born?] [Please write your email address here.] [Please write your postal address here.] [Which files have you changed so far, and which new files have you written so far?] From debbugs-submit-bounces@debbugs.gnu.org Thu May 13 07:36:36 2021 Received: (at 44711) by debbugs.gnu.org; 13 May 2021 11:36:36 +0000 Received: from localhost ([127.0.0.1]:41481 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lh9ds-00087d-AW for submit@debbugs.gnu.org; Thu, 13 May 2021 07:36:36 -0400 Received: from quimby.gnus.org ([95.216.78.240]:41548) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lh9dq-00087M-JB for 44711@debbugs.gnu.org; Thu, 13 May 2021 07:36:35 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=nuNaxcwEAouTE/rmYRKNtWEP+suy8kMb8xi6au75hhE=; b=JVvFc8JxEooUwMYacFmXgQ4UA0 O2U0f+x//GmeTne6UenbFe9CVmzE3aPr0nfMepFPaAzXWcqn4aaz0vbXFb+OAighNHnvccBbgM19R BKY7ZVHH716yk/+Bbgjt3ceAhhbUJmAxQHJxTnjR4WK0V6ebq3zL28dz2Pbx6CUAlrdA=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lh9di-0004HM-8r; Thu, 13 May 2021 13:36:28 +0200 From: Lars Ingebrigtsen To: "Peter Feigl" Subject: Re: bug#44711: [PATCH] Add movement commands `tabulated-list-next-column' and `tabulated-list-previous-column' References: <87wnyj6fc8.fsf@nexoid.at> <87lfer6ut2.fsf@gnus.org> X-Now-Playing: Juliana Hatfield's _Hey Babe_: "Everybody Loves Me But You" Date: Thu, 13 May 2021 13:36:25 +0200 In-Reply-To: <87lfer6ut2.fsf@gnus.org> (Lars Ingebrigtsen's message of "Tue, 24 Nov 2020 09:08:41 +0100") Message-ID: <87o8deq30m.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Lars Ingebrigtsen writes: > This looks useful, but the patch is indeed to big to apply without > paperwork. Peter, has there been any progress with the copyright assignment paperwork? Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 44711 Cc: 44711@debbugs.gnu.org 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: -1.0 (-) Lars Ingebrigtsen writes: > This looks useful, but the patch is indeed to big to apply without > paperwork. Peter, has there been any progress with the copyright assignment paperwork? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Thu May 13 07:36:40 2021 Received: (at control) by debbugs.gnu.org; 13 May 2021 11:36:40 +0000 Received: from localhost ([127.0.0.1]:41484 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lh9dw-00087t-GD for submit@debbugs.gnu.org; Thu, 13 May 2021 07:36:40 -0400 Received: from quimby.gnus.org ([95.216.78.240]:41562) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lh9dv-00087V-4z for control@debbugs.gnu.org; Thu, 13 May 2021 07:36:39 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=k98LVTGo0MHOLnEkJaGYLVzg2GEFt/eD2P7q5Kqknhw=; b=nRdQoOvC2ZmYi9ZBn2NqJN4YHG b+UFiojsHID7/dnA58dhZLkj8gzhvqZTqEPAs6+FWEA8Ga05ohaXI5BTlU+r/Z972q5D1hOdwkkoP Nk6X3nUEQMYxiWw3B67gSiuapr/jO7wUShxgHLFAiS2d5ycby3DzpbtwGa2h1IDnUk2w=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lh9dn-0004HW-KU for control@debbugs.gnu.org; Thu, 13 May 2021 13:36:33 +0200 Date: Thu, 13 May 2021 13:36:31 +0200 Message-Id: <87mtsyq30g.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #44711 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 44711 + moreinfo quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) 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: -1.0 (-) tags 44711 + moreinfo quit From debbugs-submit-bounces@debbugs.gnu.org Thu May 13 14:08:44 2021 Received: (at 44711) by debbugs.gnu.org; 13 May 2021 18:08:44 +0000 Received: from localhost ([127.0.0.1]:44272 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lhFlM-0001xS-Co for submit@debbugs.gnu.org; Thu, 13 May 2021 14:08:44 -0400 Received: from www.nexoid.at ([178.79.130.240]:43712 helo=nexoid.at) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lhFlJ-0001xA-UW for 44711@debbugs.gnu.org; Thu, 13 May 2021 14:08:42 -0400 From: "Peter Feigl" DKIM-Filter: OpenDKIM Filter v2.10.3 nexoid.at 3B889BC7E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nexoid.at; s=mail; t=1620929315; bh=vrjDLx3PF5RcViHfyVYnBHZqp7KUYpwVNcswkkE82Dc=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=dSNBI6yd+9b2FZgCVZ2byLQn6gb3gnvIegBVMvovkbFx7+YlkTHnD9zv7hQeOhOJT dT9tchkxaxb6hPny2uNq0H+R+Dm8rcEl59Gg3XFbBXP42/F34YUyMkejBB4+cOE+tX NV0TC+Sw3nIKpZO9OUSgwYPV6ZKkWxTyQZjyK+DZ9NwQQSmIh8XnQON0fRTOVpfdXf 0qu+F9NbdQy9y6aYb2xW1iH3CaCq6lTSbYBnN7/KH1yHGAyUgYfNzr6yfpcaQu4nKR 9M9JL1qYr0u7xxEfO66aCvURuNYHUgEqOk6piE7dhcglGXRuBNHUr5wyzAFlYTctgu qCt37H00jXXag== To: Lars Ingebrigtsen Subject: Re: bug#44711: [PATCH] Add movement commands `tabulated-list-next-column' and `tabulated-list-previous-column' In-Reply-To: <87o8deq30m.fsf@gnus.org> References: <87wnyj6fc8.fsf@nexoid.at> <87lfer6ut2.fsf@gnus.org> <87o8deq30m.fsf@gnus.org> Date: Thu, 13 May 2021 20:08:34 +0200 Message-ID: <87v97mcxr1.fsf@nexoid.at> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 44711 Cc: 44711@debbugs.gnu.org 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: -1.0 (-) > Peter, has there been any progress with the copyright assignment > paperwork? Sorry, I'll get to this on Monday, I've reworked the patch according to the suggestions, but haven't had the papers signed yet. Thanks for the patience, Peter From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 12 08:13:09 2021 Received: (at 44711) by debbugs.gnu.org; 12 Jun 2021 12:13:09 +0000 Received: from localhost ([127.0.0.1]:40471 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ls2Vh-0004RG-6U for submit@debbugs.gnu.org; Sat, 12 Jun 2021 08:13:09 -0400 Received: from quimby.gnus.org ([95.216.78.240]:41624) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ls2Vf-0004Qz-FL for 44711@debbugs.gnu.org; Sat, 12 Jun 2021 08:13:08 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=O12mdgwZlWW4DJDM1hiVwusyUkzNRmJ2hYa7CERq43M=; b=ihcadaCLRjMeYshNrmRq6g/zpZ cuvc5lzkwpkPL0wUiDRm17z0xm6EyqvnNE0TVd9xaDY64aWRYqnVo8dHZaB635ijsq1ambizHnHp5 iRpWWob9cb9T9/S8zYmNTMrrLVLzi13qM0xrB4h1bL/354Cext7Cxfm5pNvb6BjqaR5Q=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ls2VX-0005T6-CI; Sat, 12 Jun 2021 14:13:01 +0200 From: Lars Ingebrigtsen To: "Peter Feigl" Subject: Re: bug#44711: [PATCH] Add movement commands `tabulated-list-next-column' and `tabulated-list-previous-column' References: <87wnyj6fc8.fsf@nexoid.at> <87lfer6ut2.fsf@gnus.org> <87o8deq30m.fsf@gnus.org> <87v97mcxr1.fsf@nexoid.at> X-Now-Playing: Colored Music's _Individual Beauty_: "De To Re Mi" Date: Sat, 12 Jun 2021 14:12:58 +0200 In-Reply-To: <87v97mcxr1.fsf@nexoid.at> (Peter Feigl's message of "Thu, 13 May 2021 20:08:34 +0200") Message-ID: <87tum38enp.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: "Peter Feigl" writes: > Sorry, I'll get to this on Monday, I've reworked the patch according to > the suggestions, but haven't had the papers signed yet. (This was a month ago.) Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 44711 Cc: 44711@debbugs.gnu.org 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: -1.7 (-) "Peter Feigl" writes: > Sorry, I'll get to this on Monday, I've reworked the patch according to > the suggestions, but haven't had the papers signed yet. (This was a month ago.) As far as I can tell, the paperwork hasn't gone through yet? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 12 23:19:38 2021 Received: (at 44711) by debbugs.gnu.org; 13 Jun 2021 03:19:38 +0000 Received: from localhost ([127.0.0.1]:42423 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lsGev-0008Rt-VO for submit@debbugs.gnu.org; Sat, 12 Jun 2021 23:19:38 -0400 Received: from eggs.gnu.org ([209.51.188.92]:35446) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lsGeu-0008RY-6k for 44711@debbugs.gnu.org; Sat, 12 Jun 2021 23:19:37 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:60442) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lsGen-00058D-So; Sat, 12 Jun 2021 23:19:29 -0400 Received: from rms by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1lsGen-0004qp-8t; Sat, 12 Jun 2021 23:19:29 -0400 Content-Type: text/plain; charset=Utf-8 From: Richard Stallman To: Lars Ingebrigtsen In-Reply-To: <87tum38enp.fsf@gnus.org> (message from Lars Ingebrigtsen on Sat, 12 Jun 2021 14:12:58 +0200) Subject: Re: bug#44711: [PATCH] Add movement commands `tabulated-list-next-column' and `tabulated-list-previous-column' References: <87wnyj6fc8.fsf@nexoid.at> <87lfer6ut2.fsf@gnus.org> <87o8deq30m.fsf@gnus.org> <87v97mcxr1.fsf@nexoid.at> <87tum38enp.fsf@gnus.org> Message-Id: Date: Sat, 12 Jun 2021 23:19:29 -0400 X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 44711 Cc: peter.feigl@nexoid.at, 44711@debbugs.gnu.org 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: , Reply-To: rms@gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) [[[ To any NSA and FBI agents reading my email: please consider ]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] Talking with people at the employer, and with the FSF staff, and encouraging them talk with each other, could enable them to unblock it. Some companies' lawyers look at the issue in a very narrow way, and the FSF staff could help them see a solution. -- Dr Richard Stallman (https://stallman.org) Chief GNUisance of the GNU Project (https://gnu.org) Founder, Free Software Foundation (https://fsf.org) Internet Hall-of-Famer (https://internethalloffame.org) From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 12 11:12:35 2021 Received: (at control) by debbugs.gnu.org; 12 Jul 2021 15:12:35 +0000 Received: from localhost ([127.0.0.1]:38675 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m2xbm-0005q3-Ub for submit@debbugs.gnu.org; Mon, 12 Jul 2021 11:12:35 -0400 Received: from quimby.gnus.org ([95.216.78.240]:49516) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m2xbl-0005pq-D2 for control@debbugs.gnu.org; Mon, 12 Jul 2021 11:12:33 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=5PYlNPQ96uv5jPC1Jzn3af4VyB8T/OzsrbHl9DT1rzQ=; b=k7E/yXnMtTOT3S2DV96oV8vZn0 RfZ/t2Sx2LHDQ3dfWjLdSqxejIvKEcK8JnFVqfL7JKnuXLvmjCe9XDfT4JJKCgqL6YbNXnCEI0Ub1 vWLHWWiBd2VI59rPRwCRd/FWBcFIgGX6ZdMv18k3AG9fPraQNTPw4+tnW5eCcgPZKWSc=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m2xbc-0007OK-Px for control@debbugs.gnu.org; Mon, 12 Jul 2021 17:12:27 +0200 Date: Mon, 12 Jul 2021 17:12:24 +0200 Message-Id: <87v95fsh0n.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #44711 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 44711 + pending quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) 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: -3.3 (---) tags 44711 + pending quit From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 12 11:12:38 2021 Received: (at control) by debbugs.gnu.org; 12 Jul 2021 15:12:38 +0000 Received: from localhost ([127.0.0.1]:38678 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m2xbq-0005qI-3Z for submit@debbugs.gnu.org; Mon, 12 Jul 2021 11:12:38 -0400 Received: from quimby.gnus.org ([95.216.78.240]:49528) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m2xbp-0005pv-Gn for control@debbugs.gnu.org; Mon, 12 Jul 2021 11:12:37 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=Qh2yaJCt0S946pJUjtRgzSSTRvAbzlBnKbS5Uh4MGo8=; b=qeLaJ6XwkcFCOFEz+vAHNKqoo2 0pOzf2dRr15vF7awTcHfCvv4Infy9B5VISYanQd1WiRWTR18+tfZDlX92AatM7yAc++Zg01N5C7zE QAJOCVd7U8b+rMEsGDL6+r6OIiUK11g/LcJ0hRAvY6QeHKy1RzVHkqUOdEwpdI54vmMc=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m2xbh-0007OP-QX for control@debbugs.gnu.org; Mon, 12 Jul 2021 17:12:32 +0200 Date: Mon, 12 Jul 2021 17:12:29 +0200 Message-Id: <87tukzsh0i.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #44711 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 44711 - moreinfo quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) 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: -3.3 (---) tags 44711 - moreinfo quit From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 21 08:08:38 2021 Received: (at 44711) by debbugs.gnu.org; 21 Jul 2021 12:08:38 +0000 Received: from localhost ([127.0.0.1]:36341 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m6B1h-0002Iw-Sj for submit@debbugs.gnu.org; Wed, 21 Jul 2021 08:08:38 -0400 Received: from quimby.gnus.org ([95.216.78.240]:41908) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m6B1f-0002Ie-FN for 44711@debbugs.gnu.org; Wed, 21 Jul 2021 08:08:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=4BwMRymkJQoI2nNtOIPIftbOdKZtucLgAWUpQ42Bqpw=; b=PEfAOJCG8LVcQysVVRaU15RE5/ iF76Xf594W03EkCsaHiBQOJoXPaHKfgkpoAhXm2boUMBkff+9pC3ibKsB/wsb575E0aECk+LIZle5 Nne41b0Ek8WZDNU/MYmr6hqU6TlKecIqCylHC4cvqxDTsK2q+npbNlxyrAky0PWwNtoo=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m6B1W-0006J4-EX; Wed, 21 Jul 2021 14:08:29 +0200 From: Lars Ingebrigtsen To: "Peter Feigl" Subject: Re: bug#44711: [PATCH] Add movement commands `tabulated-list-next-column' and `tabulated-list-previous-column' References: <87wnyj6fc8.fsf@nexoid.at> <87lfer6ut2.fsf@gnus.org> <87o8deq30m.fsf@gnus.org> <87v97mcxr1.fsf@nexoid.at> <87tum38enp.fsf@gnus.org> X-Now-Playing: Vert's _Broken Breakbeat Bebop_: "Guacamole Blues" Date: Wed, 21 Jul 2021 14:08:25 +0200 In-Reply-To: <87tum38enp.fsf@gnus.org> (Lars Ingebrigtsen's message of "Sat, 12 Jun 2021 14:12:58 +0200") Message-ID: <87tuknkgxy.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Lars Ingebrigtsen writes: > "Peter Feigl" writes: > >> Sorry, I'll get to this on Monday, I've reworked the patch according to >> the suggestions, but haven't had the papers signed yet. > > (This was a [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 44711 Cc: copyright-clerk@fsf.org, 44711@debbugs.gnu.org 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: -3.3 (---) Lars Ingebrigtsen writes: > "Peter Feigl" writes: > >> Sorry, I'll get to this on Monday, I've reworked the patch according to >> the suggestions, but haven't had the papers signed yet. > > (This was a month ago.) > > As far as I can tell, the paperwork hasn't gone through yet? I see that the assignment is on file, but there's a note in the copyright assignment file about awaiting further data. Has there been any movement on that? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 21 15:46:39 2021 Received: (at 44711) by debbugs.gnu.org; 21 Jul 2021 19:46:39 +0000 Received: from localhost ([127.0.0.1]:38667 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m6IAx-0000ej-LJ for submit@debbugs.gnu.org; Wed, 21 Jul 2021 15:46:39 -0400 Received: from www.nexoid.at ([178.79.130.240]:47250 helo=nexoid.at) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m6IAv-0000eW-OD for 44711@debbugs.gnu.org; Wed, 21 Jul 2021 15:46:38 -0400 From: "Peter Feigl" DKIM-Filter: OpenDKIM Filter v2.10.3 nexoid.at E6531CE65 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nexoid.at; s=mail; t=1626896792; bh=6cu+zthad+bMUUdyWlZJhe9ePmAsRZcGGQ6ix4Wp9Wg=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=Un5soZb8U7BKuZxS772PxGdpaMxUyHkSNftGm4oDt6VIhqcwqv7mJYvCYTn5jGhw3 RnfYDWFXNIWDMclLf7eCSiwq+FE4gqP5s8QPCAtMWh4c9++PBY/LV9m5WSW55G4Uj7 J9JFfiwaHHhmgcRKwF393/5GisWBGwNR4uxalVhtw0FzpH8BtRKjeFDXhS1M4EtxBo xP05sgQc9z46uKnB7KqfaSxiu0lYPLabOG1XnjSk9XWKtGVZYgRKxFUO96V9LdFuPK Vcjq0Z1tTPOjZ3Fm/YcouEaUQE2NxOlLfkAVkCMyZY2x7fbZvUqYS8n1tneSG0QSQB TreGiyJkMhJeA== To: Lars Ingebrigtsen Subject: Re: bug#44711: [PATCH] Add movement commands `tabulated-list-next-column' and `tabulated-list-previous-column' In-Reply-To: <87tuknkgxy.fsf@gnus.org> References: <87wnyj6fc8.fsf@nexoid.at> <87lfer6ut2.fsf@gnus.org> <87o8deq30m.fsf@gnus.org> <87v97mcxr1.fsf@nexoid.at> <87tum38enp.fsf@gnus.org> <87tuknkgxy.fsf@gnus.org> Date: Wed, 21 Jul 2021 21:46:31 +0200 Message-ID: <87sg07qwko.fsf@nexoid.at> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 44711 Cc: copyright-clerk@fsf.org, 44711@debbugs.gnu.org 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: -1.0 (-) > I see that the assignment is on file, but there's a note in the > copyright assignment file about awaiting further data. Has there been > any movement on that? I'm not sure what that is about, I've sent a clarification about the name (which was hard to read), but I haven't heard anything since :-/ Thanks for looking into it! Greetings, Peter From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 25 03:18:45 2021 Received: (at 44711) by debbugs.gnu.org; 25 Jul 2021 07:18:45 +0000 Received: from localhost ([127.0.0.1]:47450 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m7YPN-0002te-8K for submit@debbugs.gnu.org; Sun, 25 Jul 2021 03:18:45 -0400 Received: from quimby.gnus.org ([95.216.78.240]:41756) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m7YPL-0002tP-39 for 44711@debbugs.gnu.org; Sun, 25 Jul 2021 03:18:44 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=Cd2Q5GMKzCzIaMk49n7xufi/IEZtYUhQ2T4PHGsAW8U=; b=O/fKMZYOpIVmeFpQiqeVg+7o9N /wcLzWk1T5Z8Ofd8owBa9lHVfQRtTcKoL4+wQVAah9jFcnP9dhHuluF6LutOY4Ve2xvvqGAmfbqS7 WGLTuwCqrFmoVwzVS9V6p4fV/eUCJCUV+g5Xm0zXGZ2SayLxey5rOwY3uG8RRn8F3O6I=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m7YPC-0006Vg-Ds; Sun, 25 Jul 2021 09:18:36 +0200 From: Lars Ingebrigtsen To: "Peter Feigl" Subject: Re: bug#44711: [PATCH] Add movement commands `tabulated-list-next-column' and `tabulated-list-previous-column' References: <87wnyj6fc8.fsf@nexoid.at> <87lfer6ut2.fsf@gnus.org> <87o8deq30m.fsf@gnus.org> <87v97mcxr1.fsf@nexoid.at> <87tum38enp.fsf@gnus.org> <87tuknkgxy.fsf@gnus.org> <87sg07qwko.fsf@nexoid.at> X-Now-Playing: Bobbie Gentry's _The Girl From Chickasaw County (6): Fancy_: "Find 'em, Fool 'em and Forget 'em" Date: Sun, 25 Jul 2021 09:18:33 +0200 In-Reply-To: <87sg07qwko.fsf@nexoid.at> (Peter Feigl's message of "Wed, 21 Jul 2021 21:46:31 +0200") Message-ID: <87pmv6yi7q.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: "Peter Feigl" writes: > I'm not sure what that is about, I've sent a clarification about the > name (which was hard to read), but I haven't heard anything since :-/ It turned out to be a misunderstanding. I've now applied your patch to Emacs 28, taking the various comments into consideration. Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 44711 Cc: 44711@debbugs.gnu.org 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: -3.3 (---) "Peter Feigl" writes: > I'm not sure what that is about, I've sent a clarification about the > name (which was hard to read), but I haven't heard anything since :-/ It turned out to be a misunderstanding. I've now applied your patch to Emacs 28, taking the various comments into consideration. I moved the bindings to M-left/right, though, since f/b were taken in many modes that use tabulated-list-mode. (And TAB, too.) If somebody has a better idea for key bindings, feel free to adjust. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 25 03:18:50 2021 Received: (at control) by debbugs.gnu.org; 25 Jul 2021 07:18:50 +0000 Received: from localhost ([127.0.0.1]:47453 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m7YPR-0002tw-Ff for submit@debbugs.gnu.org; Sun, 25 Jul 2021 03:18:49 -0400 Received: from quimby.gnus.org ([95.216.78.240]:41770) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m7YPP-0002tV-N7 for control@debbugs.gnu.org; Sun, 25 Jul 2021 03:18:47 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=N8RzqyKsH0qs8VaepsyrXKOANZa0fpCFFFDPf7w8tb8=; b=q3S7/Rumy3iZjWs0FuO382cc6j ICsz2SwcHm0AJsQ+DW9GjBOltPlLovPefJwBviY9i+U2fQ/4hmqdfi/yFO9Lj5OQhgDNhltj+0Mql zAZ7cthO8mKHeCkL3Tlc6n2Iv8BVkGTjJ16Kym+1R7WtnAHTHXc2DbA1NVeOmNgGuMJY=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m7YPI-0006Vo-4O for control@debbugs.gnu.org; Sun, 25 Jul 2021 09:18:42 +0200 Date: Sun, 25 Jul 2021 09:18:39 +0200 Message-Id: <87o8aqyi7k.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #44711 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: close 44711 28.1 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) 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: -3.3 (---) close 44711 28.1 quit From unknown Tue Aug 12 03:20: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, 22 Aug 2021 11:24:04 +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