From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Eradicating selective-display == t Date: Sun, 17 Mar 2019 21:12:09 -0400 Message-ID: References: <20190316015314.2335-1-Hi-Angel@yandex.ru> <20190316015314.2335-2-Hi-Angel@yandex.ru> <1552794101.5272.4@yandex.ru> <834l81y1hd.fsf@gnu.org> <83pnqpwkb8.fsf@gnu.org> <1552858366.16839.4@yandex.ru> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="193620"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Konstantin Kharlamov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 18 02:13:23 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1h5gqA-000oHa-MT for ged-emacs-devel@m.gmane.org; Mon, 18 Mar 2019 02:13:23 +0100 Original-Received: from localhost ([127.0.0.1]:34012 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h5gq9-0003NB-Na for ged-emacs-devel@m.gmane.org; Sun, 17 Mar 2019 21:13:21 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:42143) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h5gp6-0002tU-Lu for emacs-devel@gnu.org; Sun, 17 Mar 2019 21:12:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h5gp5-0001uo-PX for emacs-devel@gnu.org; Sun, 17 Mar 2019 21:12:16 -0400 Original-Received: from mail01.iro.umontreal.ca ([132.204.25.201]:41920) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h5gp5-0001uS-BQ for emacs-devel@gnu.org; Sun, 17 Mar 2019 21:12:15 -0400 Original-Received: from mail01.iro.umontreal.ca (mail01.iro.umontreal.ca [127.0.0.1]) by mail01.iro.umontreal.ca (Postfix) with ESMTP id DFE748070FE8 for ; Sun, 17 Mar 2019 21:12:13 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; h=content-type:content-type:mime-version:user-agent:in-reply-to :date:date:references:message-id:subject:subject:to:from:from; s=dkim; t=1552871533; x=1553735534; bh=P2dC09VYoNES9nPNyD8M3uPA Pr064t0xKIhmhBkcGKA=; b=PqFVOK7MB6jnqk1Dk6iLW9fYPJN6vIc1NKtgJ4RM GhciIxBiv6ummztSGDhTIYf4zJbgTBxpQn/qnSAwnEjgPHVSPjo7Hh60zalGIbdC 126bHZdpr60PvbONw6mPY5m9k1/q2+NvhD8TIlEU7Q8Go3uC04TlVuWGiFbhqvNl 38z/trpWdMFrG9SgwE/kqz8nOYt+Ay0pFx5Mh2sUQeOPpoMLnw+T3KcYgTezTAgo pzLjH/MswLStS3KIG62I1QQRprPL/d2l3rpvKx65jL05ny3otFMQ3jn+h0WPPB/w lFWvRy/7+x6W4C5IsbndMAvGby23T1vKRcjKgrMwYCHvqA== X-Virus-Scanned: amavisd-new at iro.umontreal.ca Original-Received: from mail01.iro.umontreal.ca ([127.0.0.1]) by mail01.iro.umontreal.ca (mail01.iro.umontreal.ca [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jfUM3EBwl3Bl for ; Sun, 17 Mar 2019 21:12:13 -0400 (EDT) Original-Received: from pastel (unknown [45.72.131.229]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 90A028070FCB; Sun, 17 Mar 2019 21:12:12 -0400 (EDT) In-Reply-To: <1552858366.16839.4@yandex.ru> (Konstantin Kharlamov's message of "Mon, 18 Mar 2019 00:32:46 +0300") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 132.204.25.201 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:234310 Archived-At: >>> AFAICT within Emacs's `master` it was only used in Dired and >>> Ebrowse, so I just pushed a change to get rid of it in Dired. >> >> I have a patch for Ebrowse as well, but I can't test it, cause I have no >> C++ code at hand to play with. >> >> Can someone help me test the patch below? > > I can test, but only if you tell how. It's first time I hear of ebrowse, and > from looking at manual and ebrowse-* commands it have vast functional, > I don't know what to look at. I think the only things that need testing are the hide/unhide commands. Stefan