emacs-devel
[Top][All Lists]
Advanced

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

[Patch] lisp/help.el (where-is): Don't overwrite `standard-output'


From: Michael Markert
Subject: [Patch] lisp/help.el (where-is): Don't overwrite `standard-output'
Date: Mon, 12 Sep 2011 23:19:40 +0200
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux)

Hi,

I tried to use `where-is' programmatically to avoid doing the parsing
myself but failed because `where-is' resets `standard-output' to `t'.

The appended patch keeps `standard-output' unless told otherwise and
thus enabled getting the output via `with-output-to-string' and the
like.

Michael

Attachment: where-is-honor-standard-output.patch
Description: Text Data

Attachment: pgpz2j3zCQjAO.pgp
Description: PGP signature


reply via email to

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