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?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.help Subject: Re: pdf-tools documentation Date: Sat, 19 Jun 2021 22:58:14 +0200 Message-ID: <87pmwhshax.fsf@telefonica.net> References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="34959"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: help-gnu-emacs@gnu.org To: Julius Hamilton Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sat Jun 19 22:58:54 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 1lui3K-0008xy-9g for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 19 Jun 2021 22:58:54 +0200 Original-Received: from localhost ([::1]:33002 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lui3I-00060O-O3 for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 19 Jun 2021 16:58:52 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51260) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lui2y-00060F-Jd for help-gnu-emacs@gnu.org; Sat, 19 Jun 2021 16:58:32 -0400 Original-Received: from relayout04-redir.e.movistar.es ([86.109.101.204]:55581) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lui2v-00067d-TJ for help-gnu-emacs@gnu.org; Sat, 19 Jun 2021 16:58:31 -0400 Original-Received: from sky (14.red-79-145-70.dynamicip.rima-tde.net [79.145.70.14]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: 981711563@telefonica.net) by relayout04.e.movistar.es (Postfix) with ESMTPSA id 4G6p6H1N99z11Zf; Sat, 19 Jun 2021 22:58:14 +0200 (CEST) In-Reply-To: (Julius Hamilton's message of "Sat, 19 Jun 2021 22:38:21 +0200") X-TnetOut-Country: IP: 79.145.70.14 | Country: ES X-TnetOut-Information: AntiSPAM and AntiVIRUS on relayout04 X-TnetOut-MsgID: 4G6p6H1N99z11Zf.AB7E3 X-TnetOut-SpamCheck: no es spam, clean X-TnetOut-From: ofv@wanadoo.es X-TnetOut-Watermark: 1624741095.39711@R9rOBoS7uzDvJ02hSqQb1A Received-SPF: softfail client-ip=86.109.101.204; envelope-from=ofv@wanadoo.es; helo=relayout04-redir.e.movistar.es X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_SOFTFAIL=0.665 autolearn=no 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:131044 Archived-At: Julius Hamilton writes: > I am relatively new to Emacs. > > I am trying to learn how to use pdf-tools, for example its highlighting > features. > > I noticed on its official page, https://github.com/politza/pdf-tools, it > has a lot of instructions about installation, and a list of some commands, > but there's no link to any complete documentation which includes all > features. > > How can I learn about its features in detail? > > Should I use some kind of Emacs help command about the library? The section at the end of the webpage you linked titled "Some keybindings" is quite self-explanatory, as a pdf reader goes. For more details, while visiting a pdf file with pdf-tools, you can use C-h k for seeing the docstring of the command associated to that sequence. You can also invoke the command pdf-tools-help, which will show commands and variables associated with the mode. Finally M-x customize-group [ENTER] pdf-tools [ENTER] will show an interface for configuring how pdf-tools works.