all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Angelo Graziosi <angelo.graziosi@alice.it>
To: martin rudalics <rudalics@gmx.at>
Cc: emacs <emacs-devel@gnu.org>
Subject: Re: Buffers relative order
Date: Wed, 22 Jun 2011 19:49:38 +0200	[thread overview]
Message-ID: <4E022B32.10804@alice.it> (raw)
In-Reply-To: <4E01E119.4050607@gmx.at>

Il 22/06/2011 14.33, martin rudalics ha scritto:
>  > If there is an option I can set in my .emacs file to restore the
>  > behavior Emacs has always got, I will greatly appreciate...
>
> Let's see if the problem is really with the redefinition of
> `next-buffer' and `previous-buffer'. Please, add the two following
> functions two your .emacs and tell me whether the old behavior gets
> restored.

Oh yes! it seems the same original behavior!

Thanks,
Angelo.

>
> Thanks, martin
>
>
> (defun next-buffer ()
> "Switch to the next buffer in cyclic order."
> (interactive)
> (let ((buffer (current-buffer)))
> (switch-to-buffer (other-buffer buffer t))
> (bury-buffer buffer)))
>
> (defun previous-buffer ()
> "Switch to the previous buffer in cyclic order."
> (interactive)
> (switch-to-buffer (last-buffer (current-buffer) t)))




  reply	other threads:[~2011-06-22 17:49 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-20 22:16 Buffers relative order Angelo Graziosi
2011-06-21 13:38 ` martin rudalics
2011-06-21 17:59   ` Angelo Graziosi
2011-06-22 12:33     ` martin rudalics
2011-06-22 17:49       ` Angelo Graziosi [this message]
2011-06-23  9:48         ` martin rudalics
2011-06-25 13:26           ` Stefan Monnier
2011-06-25 14:27             ` martin rudalics
2011-06-27  1:10               ` Stefan Monnier
2011-06-27  7:00                 ` martin rudalics

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=4E022B32.10804@alice.it \
    --to=angelo.graziosi@alice.it \
    --cc=emacs-devel@gnu.org \
    --cc=rudalics@gmx.at \
    /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.