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

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

Re: Is a method like this already in emacs?


From: Emanuel Berg
Subject: Re: Is a method like this already in emacs?
Date: Tue, 05 Nov 2013 17:27:50 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux)

Matthias Pfeifer <mpfeifer77@gmail.com> writes:

> i recently added this defun to my init.el
>
>   (let ((currentBuffer (window-buffer)))
>     (progn
>       (delete-window)
>       (select-frame (make-frame))
>       (set-window-buffer (selected-window) currentBuffer))))
>
> and found it to be useful in several situations. now i
> wonder if a function that does the same is already
> available somewhere in emacs? Also i am curious about
> emacs lisp and could not successfully google for a
> related mailing-list - now i wonder if somebody knows
> about one and shares the knowledge.

No, you have come to the right place to hack Emacs all
day (and night) long! Please share as much Elisp as
possible. Your hacks are as good as anyone's as long as
they do their jobs.

Check out my Emacs & Elisp page [1] for basically
everything I did in that domain. Some of it is perhaps a
bit unconventional but most should be good in terms of
general computing and programming.

[1] http://user.it.uu.se/~embe8573/emacs.html

-- 
Emanuel Berg, programmer-for-rent. CV, projects, etc at uXu
underground experts united:  http://user.it.uu.se/~embe8573


reply via email to

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