From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Gregory Heytings Newsgroups: gmane.emacs.help Subject: Re: indentation Date: Tue, 27 Apr 2021 22:12:19 +0000 Message-ID: References: <20210427090348.67C9B5D0@centrum.cz> <87y2d4f3tx.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="7356"; 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 Wed Apr 28 00:16:15 2021 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 1lbW07-0001ou-EM for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 28 Apr 2021 00:16:15 +0200 Original-Received: from localhost ([::1]:37312 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lbW06-0005kL-Gf for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 27 Apr 2021 18:16:14 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58420) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lbVwP-0003nD-9H for help-gnu-emacs@gnu.org; Tue, 27 Apr 2021 18:12:25 -0400 Original-Received: from heytings.org ([95.142.160.155]:59728) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lbVwM-0005gW-Ee for help-gnu-emacs@gnu.org; Tue, 27 Apr 2021 18:12:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heytings.org; s=20210101; t=1619561540; bh=M0ntWAHjG7PdRYcM5wh8S6RiVB+0ZhMyiWrN42Vxiaw=; h=Date:From:To:Subject:In-Reply-To:Message-ID:References:From; b=cc/4vibWHzs5gacE9MrdBfxsDfB1e7xnzR+J7CTAQf8/g9vEMT8y2XTrOqs84SJfO AopruOoSZpG9ZnJUA4N/uGH+WFUf58mwUa4dtK47UGxFggnG5E8fgrNnuSnNS7NjQU Qkhk1tvmmN54Iu5xH/GKyASPAiSOpdLg8HTAol5ZLsNgD70FcU1bWFuzxStLaLKm+U Na0U+YpIt44TWqnOWmqdpo65lz7VSJRW0DBDwB2gH4GwwEAQQWceU4eCqJf9Up0eOK /QMbu9430Eqjyeb36mVHHrmtCU+witAxBcDUOKUXo5v7Dfwvc6qg7KoMgkFkQK23rJ 0JPo+XD0i10MA== In-Reply-To: Received-SPF: pass client-ip=95.142.160.155; envelope-from=gregory@heytings.org; helo=heytings.org 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-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 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:129179 Archived-At: >> which can be done easily in Emacs itself with `C-h n`. Keep in mind, >> though, that if you skip a major version, the News file only contains >> changes for the current major version, so anything that was changed in >> the version you skipped won't be there. In that case, googling for >> "Emacs XX news" with XX being the major version should get you the >> relevant News file. > > The news for the current version is in the file `.../etc/NEWS`, which is > what `C-h n` shows you. For older releases, you don't need to resort to > the internet: they're right there in `etc/NEWS.NN`. > ... and C-u NN C-h n opens the NEWS.NN file.