From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Kangas Newsgroups: gmane.emacs.devel Subject: Re: Extend tabulated-list-mode to support marks Date: Sun, 26 Jul 2020 14:43:07 +0200 Message-ID: References: <20200724005105.11f85d5f@pineapple> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31489"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Matthew White , Stefan Monnier , Emacs developers To: Yuri Khan Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Jul 26 14:44:06 2020 Return-path: Envelope-to: ged-emacs-devel@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 1jzg0c-00087Y-MG for ged-emacs-devel@m.gmane-mx.org; Sun, 26 Jul 2020 14:44:06 +0200 Original-Received: from localhost ([::1]:45076 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jzg0b-0005y1-Oz for ged-emacs-devel@m.gmane-mx.org; Sun, 26 Jul 2020 08:44:05 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:37730) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jzfzt-0005Xd-Fy for emacs-devel@gnu.org; Sun, 26 Jul 2020 08:43:21 -0400 Original-Received: from mail-yb1-f171.google.com ([209.85.219.171]:34444) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jzfzr-0008OO-Vu for emacs-devel@gnu.org; Sun, 26 Jul 2020 08:43:21 -0400 Original-Received: by mail-yb1-f171.google.com with SMTP id l19so7286610ybl.1 for ; Sun, 26 Jul 2020 05:43:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=sANJkgZCCmeRyoUz1Ek/+ONm2slLEdTJw99p0frELWc=; b=W3KO7b4eRVBuoMjPexpLnYCCTW2SYJhD7Pw/My9GdpcfdqOnp3Wlc3lM0/UZ/hW3fE ez5/4DeXJ0so7PdLlLcKpXHR+5Y91mixTsj/Pf2LsDSIB9oiW2WSo2E2GNkjj6z1rPmD BnUWml2J7esOAcSG8BHzyXNbAyOqWNNgJKYOXsfP0DAI2l0HCFobVxIpGxysYCuJWVOM C3quRbzDG3MjamfDglwgd1cdfn8sgpmN8YCNho+m4cwfG6VBR8jyz5J3NBldwY/zyiVl /aylLxrYLVi1lY+WeSuTlIp81GbguCqWAP0BYOzzpXODacm1m5ndEkL3sXA9mJJlXIZJ rTbQ== X-Gm-Message-State: AOAM530TeayxZcQcVCjfLlnHUYfEArB0STcBr5gHlxXJH8/kZVkPjZBs UCqSJjwHDNLNYIpmEiFGn9G01Co4Cm9oLtgp8u4= X-Google-Smtp-Source: ABdhPJwlukgtC0EUngv6qja8heifa2ZQZh++IpoSolgCfnqhwm3dNJuWLTH+QIJOAAnz+BF7JJVoxT+fjYjcpJml/cQ= X-Received: by 2002:a25:ab0e:: with SMTP id u14mr28538246ybi.181.1595767398621; Sun, 26 Jul 2020 05:43:18 -0700 (PDT) In-Reply-To: Received-SPF: pass client-ip=209.85.219.171; envelope-from=stefankangas@gmail.com; helo=mail-yb1-f171.google.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/26 08:43:18 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -8 X-Spam_score: -0.9 X-Spam_bar: / X-Spam_report: (-0.9 / 5.0 requ) BAYES_00=-1.9, FREEMAIL_FORGED_FROMDOMAIN=1, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:253249 Archived-At: Yuri Khan writes: > One high-visible derived mode hijacks the =E2=80=9Cunmark = all=E2=80=9D > key for =E2=80=9Cmark upgradable packages=E2=80=9D. I think they would be= nefit from a > common implementation and the unification of the UI stemming from > that. Indeed, I think that is an unfortunate and surprising default that is at odds with the rest of Emacs (notably Dired). (I'd be in favour of changing it, FWIW.) > I might implement something if this general direction is deemed > desirable. Details can be discussed. I've had the same idea in the past and would definitely appreciate such an addition. Best regards, Stefan Kangas