all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "chris.danx" <spamoff.danx@ntlworld.com>
Subject: buffers
Date: Sat, 25 Jan 2003 02:04:24 +0000	[thread overview]
Message-ID: <_emY9.2066$6U3.12590@newsfep4-gui.server.ntli.net> (raw)

Hi,

I found some code to switch between buffers in the google archives of 
this group, but on some emacs it doesn't work as expected or rather it 
does but it goes to "hidden buffers" that don't show up in others.  At 
home (emacs 21.1.1 on mandrake) it works fine, going to/from any buffers 
open in order but at uni (running rh 7.2 - no emacs version number 
sorry) some buffers are selected which contain lots of symbols and err, 
other junk - it's probably not junk but it's incomprehensible to me.  I 
don't know off hand what these buffers are, only that they don't show up 
at home when cycling through the entire buffer list.


Is there any way to prevent certain buffers from being selected when you 
cycle through buffers?  Are their "hidden buffers" in emacs?


The code is

;switch between buffers
(defalias 'switch-to-next-buffer 'bury-buffer)
(defun switch-to-previous-buffer ()
   "Switches to previous buffer"
   (interactive)
   (switch-to-buffer (nth (- (length (buffer-list)) 1) (buffer-list)))
)

(global-set-key "\C-c\j" 'switch-to-previous-buffer)
(global-set-key "\C-c\k" 'switch-to-next-buffer)



Cheers,
Chris

             reply	other threads:[~2003-01-25  2:04 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-25  2:04 chris.danx [this message]
2003-01-25 10:23 ` buffers Alan Mackenzie
2003-01-27 11:59 ` buffers Kester Clegg
2003-01-27 12:43   ` buffers John Paul Wallington
2003-01-27 13:07     ` buffers Kester Clegg
2003-01-28  0:53   ` buffers chris.danx
2003-01-28 11:10     ` buffers Stefan Kamphausen
2003-01-28 12:56       ` buffers Kai Großjohann
2003-01-28 13:20         ` buffers Kester Clegg
2003-01-28 17:13           ` buffers Kai Großjohann
2003-01-29  9:02         ` buffers Stefan Kamphausen
2003-01-28 13:26       ` buffers chris.danx

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='_emY9.2066$6U3.12590@newsfep4-gui.server.ntli.net' \
    --to=spamoff.danx@ntlworld.com \
    /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.