emacs-pretest-bug
[Top][All Lists]
Advanced

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

iswitchb problems


From: Markus Rost
Subject: iswitchb problems
Date: Wed, 25 Jun 2003 13:38:43 -0400 (EDT)

Evaluate

(progn 
  (iswitchb-mode 1)
  (get-buffer-create "12")
  (get-buffer-create "1")
  (iswitchb-buffer))

You get prompted in the minibuffer.  Type "1".  The minibuffer shows

iswitch 1{12,1}

Hit RET.  You find yourself in buffer "1" instead of "12", as you
would expect from the documentation

(Info-goto-node"(emacs)Iswitchb")
===Narrowed Buffer *info*===================================
   At any time, you can type <RET> to select the first buffer in the
list.  So the way to select a particular buffer is to make it the first
in the list.  There are two ways to do this.  You can type more of the
============================================================

Here are also compiler warnings and a typo.

===Buffer *Compile-Log*=====================================

Compiling file /home/rost/cvs/emacs/lisp/iswitchb.el at Wed Jun 25 12:37:12 2003
iswitchb.el:973:12:Warning: display-completion-list called with 5 arguments,
    but accepts only 1

In iswitchb-case:
iswitchb.el:1341:10:Warning: isearch-no-upper-case-p called with 1 argument,
    but requires 2

============================================================


===Buffer *diff*============================================
cd /home/rost/cvs/emacs/lisp/
diff -c /home/rost/cvs/emacs/lisp/iswitchb.el /tmp/buffer-content-227687Mj
*** /home/rost/cvs/emacs/lisp/iswitchb.el       Wed Jun 25 12:30:46 2003
--- /tmp/buffer-content-227687Mj        Wed Jun 25 12:31:03 2003
***************
*** 61,67 ****
  ;; The list in {} are the matching buffers, most recent first (buffers
  ;; visible in the current frame are put at the end of the list by
  ;; default).  At any time I can select the item at the head of the
! ;; list by pressing RET.  I can also bring the put the first element
  ;; at the end of the list by pressing C-s, or put the last element at
  ;; the head of the list by pressing C-r.  The item in [] indicates
  ;; what can be added to my input by pressing TAB.  In this case, I
--- 61,67 ----
  ;; The list in {} are the matching buffers, most recent first (buffers
  ;; visible in the current frame are put at the end of the list by
  ;; default).  At any time I can select the item at the head of the
! ;; list by pressing RET.  I can also put the first element
  ;; at the end of the list by pressing C-s, or put the last element at
  ;; the head of the list by pressing C-r.  The item in [] indicates
  ;; what can be added to my input by pressing TAB.  In this case, I

Diff finished at Wed Jun 25 12:31:04

============================================================





reply via email to

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