From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Robert Thorpe Newsgroups: gmane.emacs.help Subject: Re: command-log-mode Date: Thu, 14 Jan 2021 09:44:15 +0000 Message-ID: <87sg73zwcw.fsf@robertthorpeconsulting.com> References: <87czyb3hcq.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="37508"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Joost Kremers , help-gnu-emacs@gnu.org To: steve-humphreys@gmx.com Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Thu Jan 14 10:45:37 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 1kzzCD-0009d6-3C for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 14 Jan 2021 10:45:37 +0100 Original-Received: from localhost ([::1]:50994 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kzzCC-00030N-3P for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 14 Jan 2021 04:45:36 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:53180) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kzzBT-0002ye-QD for help-gnu-emacs@gnu.org; Thu, 14 Jan 2021 04:44:51 -0500 Original-Received: from outbound-smtp61.blacknight.com ([46.22.136.249]:49053) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kzzBP-000256-5d for help-gnu-emacs@gnu.org; Thu, 14 Jan 2021 04:44:50 -0500 Original-Received: from mail.blacknight.com (pemlinmail04.blacknight.ie [81.17.254.17]) by outbound-smtp61.blacknight.com (Postfix) with ESMTPS id 7AACCFAB0D for ; Thu, 14 Jan 2021 09:44:43 +0000 (GMT) Original-Received: (qmail 29560 invoked from network); 14 Jan 2021 09:44:43 -0000 Original-Received: from unknown (HELO rt-inspiron-3480) (rt@robertthorpeconsulting.com@[109.76.74.4]) by 81.17.254.9 with ESMTPSA (AES256-SHA encrypted, authenticated); 14 Jan 2021 09:44:43 -0000 In-Reply-To: <87czyb3hcq.fsf@fastmail.fm> (message from Joost Kremers on Mon, 11 Jan 2021 11:18:27 +0100) Received-SPF: pass client-ip=46.22.136.249; envelope-from=rt@robertthorpeconsulting.com; helo=outbound-smtp61.blacknight.com 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, SPF_HELO_NONE=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:127234 Archived-At: Joost Kremers writes: > On Mon, Jan 11 2021, steve-humphreys@gmx.com wrote: >> I am trying to use command-log-mode, but I am unsure how to use it. >> Have found no instructions on how to install it and call it. >> >> The source code is here >> >> https://github.com/lewang/command-log-mode > > Elisp files often have a Commentary section at the top, just below the license. > Sometimes they are uninformative, sometimes they contain all the information you > need to use a package. Here, the latter seems to be the case. Also, you can get a list of installed packages with C-h p. Then you can navigate to the package you're interested in a press enter. It will show that commentary from the top of the file. BR, Robert Thorpe