unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* buffers
@ 2003-01-25  2:04 chris.danx
  2003-01-25 10:23 ` buffers Alan Mackenzie
  2003-01-27 11:59 ` buffers Kester Clegg
  0 siblings, 2 replies; 12+ messages in thread
From: chris.danx @ 2003-01-25  2:04 UTC (permalink / 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

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2003-01-29  9:02 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-25  2:04 buffers chris.danx
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).