all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Emanuel Berg <embe8573@student.uu.se>
To: help-gnu-emacs@gnu.org
Subject: Re: Is a method like this already in emacs?
Date: Tue, 05 Nov 2013 17:27:50 +0100	[thread overview]
Message-ID: <87fvradd9c.fsf@nl106-137-194.student.uu.se> (raw)
In-Reply-To: mailman.5330.1383640330.10748.help-gnu-emacs@gnu.org

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


  parent reply	other threads:[~2013-11-05 16:27 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.5330.1383640330.10748.help-gnu-emacs@gnu.org>
2013-11-05 10:23 ` Is a method like this already in emacs? Damien Wyart
2013-11-05 19:21   ` Pascal J. Bourguignon
2013-11-05 19:22     ` Pascal J. Bourguignon
2013-11-05 10:35 ` WJ
2013-11-05 16:27 ` Emanuel Berg [this message]
2013-11-05  8:32 Matthias Pfeifer
2013-11-05 13:37 ` Drew Adams

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87fvradd9c.fsf@nl106-137-194.student.uu.se \
    --to=embe8573@student.uu.se \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.