all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: David Kastrup <dak@gnu.org>
Cc: xemacs-beta@xemacs.org
Subject: Re: Emacs setup assistants
Date: 19 May 2004 12:31:37 +0200	[thread overview]
Message-ID: <x53c5wpv1y.fsf@lola.goethe.zz> (raw)
In-Reply-To: <m3lljoc1o8.fsf@quimbies.gnus.org>

Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> David Kastrup <dak@gnu.org> writes:
> 
> > I don't see what you are getting at.  Info files are not read by
> > the texinfo parser.  Is the question whether you should write your
> > own info reader?
> 
> I'm not talking about info -- I'm talking about TeXinfo.  Which is a
> language that Emacs can parse.  See `texinfo-format-region'.

Ok, then we are talking about two different things here.  You are
talking about the input file format, I am thinking of how to access
the information.  But let us just explore the possibilities of
synergies:

a) is there something to be gained by having the whole Texinfo
machinery available?  Conversion into HTML (with Active-E controls?
Implemented via emcasclient or natively in emacs-w3m?  Or just with
copy&paste recipes to feed into an inferior Lisp buffer), into
printable manuals, into fast accessible info pages?

The info pages, of course, would be extended with controls for
configuring stuff.

I have in current info manuals of mine sections like

    @node Simple customization, Known problems, Keys and lisp, top
    @chapter Simple customization

    Customization options can be found by typing @kbd{M-x customize-group
    @key{RET} preview @key{RET}}. Remember to set the option when you have
    changed it. The list of suggestions can be made very long (and is
    covered in detail in @ref{For advanced users}), but some are:

    @itemize @bullet
    @item Change the color of the preview background

    If you use a non-white background in Emacs, you might have color
    artifacts at the edges of your previews.  Playing around with the option
    @code{preview-transparent-color} in the @code{Preview Appearance} group
    might improve things.  With some settings, the cursor may cover the
    whole background of a preview, however.

    Since this customization group is very specific to the display engine
    in use, you may see somewhat different options under XEmacs.

    @item Showing @code{\label}s
    @cindex Showing @code{\label}s

    When using @previewlatex{}, the @code{\label}s are hidden by the
    previews.  It is possible to make them visible in the output @file{.dvi}
    by using the @LaTeX{} package @code{showkeys} alternatively
    @code{showlabels}.  However, the boxes of these labels will be outside
    the region @previewlatex{} considers as the preview image.  To enable a
    similar mechanism internal to @previewlatex{}, enable the
    @code{showlabels} option in the variable
    @code{preview-default-option-list} in the @code{Preview Latex} group.

[...]

Now it would obviously be _much_ more helpful if we had some window
with an example file open, and we had active buttons in the info text
that made a certain setting and reran preview-latex on the example
window, showing the effects of each change immediately.  When done,
we could press a button for saving the changes.

Also, one would want a certain integration with customize.

And one would want to have alist of derived file names that are tried
in order.  For example, for the tex-mode assistant, the following
info/TeXinfo/whatever files in the assistant directory would have
their indices searched for a particular option:

texmode-de.ass tex-mode-fr.ass texmode-en.ass

(actually, given my mastery of French, I'd not search the middle one).

That way, assistants can explain things in the local languages if
somebody provided a translation/explanation for it.

This would go a long way towards making Emacs more acceptable to
quite a few people: having the teaching materials in local language,
even if the core documentation and function names and so on aren't.

Also when talking about menu entries, it would be nice to have a
button or active field or whatever that would just pop up the relevant
menu in the current Emacs session (in an associated window/frame with
the required mode, obviously).

Or at least to have some trickery for Texinfo editing that would just
insert a tabular representation of some menu into the text, so as to
get reasonable info in the HTML and printed versions.

In short: I think there are a lot of synergies one could gain from
getting some mechanisms for a closer coupling of the info/Texinfo
system with Emacs.  The relevant file format need not be info, but
the ability to get printed and HTML versions at least for
informational purposes should not lightly be dismissed.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum



  reply	other threads:[~2004-05-19 10:31 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-18 20:55 Emacs setup assistants Lars Magne Ingebrigtsen
2004-05-19  6:34 ` David Kastrup
2004-05-19  7:32   ` Lars Magne Ingebrigtsen
2004-05-19 10:31     ` David Kastrup [this message]
2004-05-19 15:29       ` Ted Zlatanov
2004-05-19 20:49         ` Thien-Thi Nguyen
2004-05-19 21:35           ` Lars Magne Ingebrigtsen
2004-05-20 13:17       ` Richard Stallman
2004-05-20 17:31         ` Ted Zlatanov
2004-05-21 14:12           ` Richard Stallman
2004-05-21 17:42             ` Ted Zlatanov
2004-05-21 19:09               ` Lars Magne Ingebrigtsen
2004-05-21 18:32             ` Eli Zaretskii
2004-05-22 21:44               ` Richard Stallman
2004-05-19  8:18   ` Per Abrahamsen
2004-05-19  9:59     ` Juri Linkov
2004-05-20  7:25       ` David Kastrup
2004-05-20  9:43         ` Eli Zaretskii
2004-05-20 10:57           ` David Kastrup
2004-05-20 13:44             ` Eli Zaretskii
2004-05-20 17:00               ` David Kastrup
2004-05-20 18:31                 ` Eli Zaretskii
2004-05-20 19:05                   ` Jon Ericson
2004-05-20 19:07                   ` Ted Zlatanov
2004-05-21 18:12                     ` Eli Zaretskii
2004-05-21 18:04                       ` Ted Zlatanov
2004-05-22 11:09                         ` Per Abrahamsen
2004-05-24 14:10                           ` Ted Zlatanov
2004-05-24 19:46                             ` David Kastrup
2004-05-25 18:16                               ` Ted Zlatanov
2004-05-25 20:59                                 ` Juri Linkov
2004-05-25 22:57                                   ` A.J. Rossini
2004-05-25 23:19                                     ` Miles Bader
2004-05-26  7:11                                       ` David Kastrup
2004-05-26 14:04                                         ` Ted Zlatanov
2004-05-27  8:50                                           ` David Kastrup
2004-05-26 14:06                                     ` Ted Zlatanov
2004-05-26 22:14                                     ` Juri Linkov
2004-05-26 18:57                                   ` Per Abrahamsen
2004-05-26 10:42                                 ` Eli Zaretskii
2004-05-26 13:59                                   ` Ted Zlatanov
2004-05-27 23:54                                   ` Richard Stallman
2004-05-26 15:26                             ` Stefan Monnier
2004-05-27 15:07                               ` Ted Zlatanov
2004-05-27 16:59                                 ` René Kyllingstad
2004-05-27 16:59                                 ` René Kyllingstad
2004-05-22 13:28                         ` Eli Zaretskii
2004-05-20 20:57                   ` David Kastrup
2004-05-21 17:57                     ` Eli Zaretskii
2004-05-22 11:01                       ` Per Abrahamsen
2004-05-21 14:11                   ` Richard Stallman
2004-05-29  1:26               ` David A. Cobb
2004-05-30  8:15                 ` Per Abrahamsen
2004-05-20 10:00       ` Per Abrahamsen
2004-05-19  6:43 ` David Kastrup
2004-05-19 13:45 ` Richard Stallman
2004-05-19 15:04   ` David Kastrup
2004-05-19 20:07     ` Eli Zaretskii
2004-05-19 16:41   ` Ted Zlatanov
  -- strict thread matches above, loose matches on Subject: below --
2004-05-26 11:48 Berndl, Klaus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=x53c5wpv1y.fsf@lola.goethe.zz \
    --to=dak@gnu.org \
    --cc=xemacs-beta@xemacs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.