emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Keybinding styles


From: John Yates
Subject: Re: Keybinding styles
Date: Wed, 8 Sep 2021 16:37:05 -0400

On Wed, Sep 8, 2021 at 8:15 AM André A. Gomes <andremegafone@gmail.com> wrote:
>
> 1. Convert the Emacs manual from texi to org.
>
> 2. Leverage `where-is' and the macro replacement facilities of org---(info
> "(org) Macro Replacement").
>
> 3. Export the org manual to texi.

I imagined something more along these lines:

First iteration:
* Add a new Tex markup item whose required first argument
  would be a function name and whose optional second argument
  would be a key sequence.
* Makeinfo would make both data available in the generated info
  file.  A standalone info reader would display the optional second
  argument if present.  The emacs info reader would lookup any
  current bindings for the function name.

Second iteration:
* Modify makeinfo to accept a table of bindings.  In this case any
  optional second argument would be ignored.  Instead bindings
  for a function name would be looked up in that table and included
  in the output.

/john



reply via email to

[Prev in Thread] Current Thread [Next in Thread]