super. Thanks a lot. Will do.
On Mon, Sep 10, 2012 at 2:48 AM, Boris Kheyfets <kheyfbo
...@gmail.com> wrote:
> No I don't mind at all. It's also here.
> Boris.
> On Mon, Sep 10, 2012 at 1:46 PM, Xah Lee <xah...@gmail.com> wrote:
>> very nice. Thanks a lot.
>> Do you mind if i blog it? Probably will put up Tuesday if ok with you.
>> Xah
>> On Mon, Sep 10, 2012 at 1:33 AM, <kheyfbo...@gmail.com> wrote:
>> > Here's a defun:
>> > (defun ergo-undo-close-buffer ()
>> > "Opens some this-session closed buffer."
>> > (interactive)
>> > (let* ((mylist (delq nil (delete-dups (mapcar 'car
>> > recently-closed-buffers))))
>> > (baseName (ido-completing-read "Open this session closed
>> > buffer: "
>> > mylist))
>> > (fileName (cdr (assoc baseName recently-closed-buffers))))
>> > (find-file fileName)))
>> > it makes use of ergo's recently-closed-buffers alist.
>> > --
>> > You received this message because you are subscribed to the Google
>> > Groups
>> > "ErgoEmacs" group.
>> > To view this discussion on the web visit
>> > https://groups.google.com/d/msg/ergoemacs/-/BmAguokVZNcJ.
>> > To post to this group, send email to ergoemacs@googlegroups.com.
>> > To unsubscribe from this group, send email to
>> > ergoemacs+unsubscribe@googlegroups.com.
>> > For more options, visit this group at
>> > http://groups.google.com/group/ergoemacs?hl=en.
>> --
>> You received this message because you are subscribed to the Google Groups
>> "ErgoEmacs" group.
>> To post to this group, send email to ergoemacs@googlegroups.com.
>> To unsubscribe from this group, send email to
>> ergoemacs+unsubscribe@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/ergoemacs?hl=en.
> --
> You received this message because you are subscribed to the Google Groups
> "ErgoEmacs" group.
> To post to this group, send email to ergoemacs@googlegroups.com.
> To unsubscribe from this group, send email to
> ergoemacs+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/ergoemacs?hl=en.