From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: =?utf-8?Q?Bartosz_Kaczy=C5=84ski?= Newsgroups: gmane.emacs.help Subject: Customizing Info-mode in Emacs: Text Width and Alignment Date: Tue, 24 Sep 2024 13:22:38 +0000 Message-ID: <87ed59p4o1.fsf@posteo.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24995"; 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 Sep 25 03:31:09 2024 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 1stGs0-0006In-Ml for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 25 Sep 2024 03:31:08 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1stGrO-0006iW-3I; Tue, 24 Sep 2024 21:30:30 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1st5V8-00060X-R0 for help-gnu-emacs@gnu.org; Tue, 24 Sep 2024 09:22:47 -0400 Original-Received: from mout02.posteo.de ([185.67.36.66]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1st5V6-0002mC-Vj for help-gnu-emacs@gnu.org; Tue, 24 Sep 2024 09:22:46 -0400 Original-Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id B3E60240101 for ; Tue, 24 Sep 2024 15:22:40 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1727184160; bh=SqBYNbNr41PMgcMUC+k4eO4jvPDYK5WVDJITWaG4Ifo=; h=From:To:Subject:Date:Message-ID:MIME-Version:Content-Type:From; b=rLXZ6w6w9gtRAZbzjRiq7IkoRdPDkLTr6r0K6Qqmf8+Rc3jcuY7dQgbv1/4pBnd6S LaggBJQqcql03Xy4JN1G53YmmOJDH5NYVRngC0NRPXnbHfsO0LPLtrwA7cWjHNBzGE tLwfFgJsjucWMgVb/zCS43tZ0/gW3id76cmnUtKP0JC9BeDSetcSODIY2t/uJiBs9B kwbzvtM6LYoT/3dEdIerxpBB8uyAsLE9HGPqXnC7ZtN3o/5/IcdbhpHcm6mdsy/vzm rbUcCg5U/nnuIMPsPbyuLmh4Zo9h5SduYHgu2cONxiIKnNiRoJYi3PVzdLHJ05C9Rg wYnc4a9VwoTRQ== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4XCgX00yfrz6twv for ; Tue, 24 Sep 2024 15:22:40 +0200 (CEST) Received-SPF: pass client-ip=185.67.36.66; envelope-from=bkaczynski@posteo.net; helo=mout02.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 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, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Tue, 24 Sep 2024 21:30:28 -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-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:148061 Archived-At: Hi all, I've been using Emacs for a while and recently started delving deeper into Info-mode. While I find it incredibly useful for reading documentation, I noticed that there seems to be no built-in functionality for customizing the text view, such as adjusting text width or alignment. Is there any way to modify the text width or align the text within Info-mode? Are there any packages or configurations that allow for such customizations? I would appreciate any guidance or suggestions on this matter. Thank you in advance for your help!