emacs-devel
[Top][All Lists]
Advanced

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

Re: eval-to-texi


From: Adrian Aichner
Subject: Re: eval-to-texi
Date: Mon, 03 May 2004 20:21:04 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.5 (chayote, windows-nt)

address@hidden writes:

> *** texinfo.el.~1.102.~       Sat Feb 21 14:48:44 2004
> --- texinfo.el        Fri Apr 30 19:43:07 2004
> ***************
> *** 1050,1055 ****
> --- 1050,1147 ----
>     ;;               job-number"\n"))
>     (tex-recenter-output-buffer nil))
>   
> + 
> + (defun texinfo-eval-to-texi (form &optional tostring)
> +   "Evaluates FORM, dumping a @lisp texinfo environment with the evaluation
> + description.
> + 
> + If TOSTRING is t, then the @lisp environment is returned into a string,
> + rather than being inserted into the current buffer."
> +   
> +   (interactive "sForm to evaluate: ")
> + 
> +   (let (environment-text)
> + 
> +     (setq environment-text 
> + 
> +       (with-temp-buffer 
> + 
> +         (condition-case error-description
> + 
> +             (let (expression result output)
> + 

Hi, just my two cents: why the excessive whitespace?

-- 
Adrian Aichner
 mailto:address@hidden
 http://www.xemacs.org/





reply via email to

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