From xemacs-m  Thu Feb 27 09:04:57 1997
Received: from jagor.srce.hr (hniksic@jagor.srce.hr [161.53.2.130])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id JAA02943
	for <xemacs-beta@xemacs.org>; Thu, 27 Feb 1997 09:04:51 -0600 (CST)
Received: (from hniksic@localhost)
          by jagor.srce.hr (8.8.5/8.8.4)
	  id QAA03667; Thu, 27 Feb 1997 16:04:48 +0100 (MET)
Sender: hniksic@public.srce.hr
To: xemacs-beta@xemacs.org
Subject: Several minor bugs.
X-URL: ftp://gnjilux.cc.fer.hr/pub/unix/util/wget/
X-Attribution: Hrv
X-Face: &}4JQk=L;e.~x+|eo]#DGk@x3~ed!.~lZ}YQcYb7f[WL9L'Z*+OyA\nAEL1M(".[qvI#a2E
 6WYI5>>e7'@_)3Ol9p|Nn2wNa/;~06jL*B%tTcn/XvhAu7qeES0\|MF%$;sI#yn1+y"
From: Hrvoje Niksic <hniksic@srce.hr>
Date: 27 Feb 1997 16:04:47 +0100
Message-ID: <kig914axpbk.fsf@jagor.srce.hr>
Lines: 45
X-Mailer: Gnus v5.4.15/XEmacs 19.14

A convert-to-be has found a few bugs in XEmacs, mostly minor ones, but
annoying anyway.  Here we go:

1) C-s C-h
You can't scroll the help screen -- any key will just get you out of
help.  The problem here is in `isearch-mode-help':

(defun isearch-mode-help ()
  (interactive)
  (describe-function 'isearch-forward)
  (isearch-update))

`isearch-update' is called immediately after the description.  It
should be called only after a user presses `q'.  Any ideas how to fix
this?

2) C-s button2
...does not work as expected, since XEmacs loses the X-selection upon
entering the isearch.  IMHO all the isearch functions should be
`(interactive "_...")'.  Steve, if you don't have time to make this
change, I'll send you a patch.

3) In GNU Emacs, `C-s M-y' yanks the last kill into search (useful,
IMHO).  We should implement this (doesn't look too hard).


4) Some functions/variables we are missing:

user-login-name<v>       ; trivial to add, but where?

eval-after-load<f>
define-key-after<f>      ; what do these do, and how hard are they?


5) It seems that XEmacs won't load a byte-compiled .emacs
(i.e. ~/.emacs containing byte-code).  This is unconfirmed.


'nuff for today. :-)

-- 
Hrvoje Niksic <hniksic@srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
"What is the sound of Perl?  Is it not the sound of a wall that
people have stopped banging their heads against?" -- Larry Wall

