help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: info-find-source


From: Marcin Borkowski
Subject: Re: info-find-source
Date: Thu, 11 Jan 2018 22:05:04 +0100
User-agent: mu4e 0.9.19; emacs 27.0.50

On 2018-01-11, at 06:25, Emanuel Berg <moasen@zoho.com> wrote:

> Marcin Borkowski wrote:
>
>>> Did anyone do
>>>
>>> (defun info-find-source ()
>>>   (interactive)
>>>   (let ((file (concat Info-current-file ".info")))
>>>     (if (file-exists-p file)
>>>         (find-file-read-only file)
>>>       (message
>>>        "No file: %s (Did you gunzip the info files?)" file) )))
>>>
>>> ?
>>
>> No, why would I want to?
>
> I think my desire to do it is a consequence of
> everything that has ever happened since
> Big Bang, ~13.8 billion years ago, when the
> array of discontinued proto-algorithms from the
> religious-mythical era finally ended their
> cycle of complete disintegration?

Joking aside, I have never had a need to look at raw info files (outside
info).  And I haven't gunzipped them (why would I?).

Best,

-- 
Marcin Borkowski



reply via email to

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