From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Collapse all include lines? Date: Sat, 14 May 2022 09:21:32 +0300 Message-ID: <83v8u8ljmb.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24487"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sat May 14 08:22:56 2022 Return-path: Envelope-to: geh-help-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 1nplB2-0006EV-MU for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 14 May 2022 08:22:56 +0200 Original-Received: from localhost ([::1]:55218 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nplB1-0003zX-2J for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 14 May 2022 02:22:55 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:57614) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1npl9Z-0003zN-BP for help-gnu-emacs@gnu.org; Sat, 14 May 2022 02:21:25 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:50628) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1npl9Z-0004AL-38 for help-gnu-emacs@gnu.org; Sat, 14 May 2022 02:21:25 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=0wsl2rlGPQJIjQP2tXEqSp40ezCEXI8Q0Y4JBJNxq+s=; b=c/VZ/V13Tn/R Su745ceRUv/n1Mq0WLVD8S5LkV8kZ+gi8x/QW6AWzDR+1ViIejEjS7DUFyKwoniqBhe5wpG55sHJB 6g8XbG//bwxocpqxeIVZh2n95236cWcI962RZ1xDx41luwkssaah58YkssdcszXGXGb32xXe9DQkH aaAk/VYpr0s3n89u8Y4Kt4/0kzUdVQDILKBdEQ3x+CCXXvo4wA7aeOrGvmVl6qqm0vWXEWKZtNcv6 Zun6Ur5AMsKAyFGrvNF7Dbcx/gkpb9r53Swyi0CPsztxNz26/uureAIa3XaeWQUHc85ao60RbvZGb eMmfVMkFrnKRA6CCkYl0Qw==; Original-Received: from [87.69.77.57] (port=1358 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1npl9X-000794-Bs for help-gnu-emacs@gnu.org; Sat, 14 May 2022 02:21:24 -0400 In-Reply-To: (message from John Yates on Fri, 13 May 2022 18:28:49 -0400) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:137255 Archived-At: > From: John Yates > Date: Fri, 13 May 2022 18:28:49 -0400 > > At work we have opted to apply Google's IWYU > (Include What You Use). This leads much longer > lists of includes. > > Is that a package that will let me initially collapse, > but optionally expand, an expanse of #include and > blank lines? Did you look at hideif.el?