Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site voder.UUCP Path: utzoo!watmath!clyde!bonnie!akgua!sdcsvax!sdcrdcf!hplabs!nsc!voder!jeff From: jeff@voder.UUCP (Jeff Gilliam) Newsgroups: net.emacs Subject: minor GNU emacs bugs in info +FIX Message-ID: <751@voder.UUCP> Date: Thu, 4-Apr-85 00:38:46 EST Article-I.D.: voder.751 Posted: Thu Apr 4 00:38:46 1985 Date-Received: Tue, 9-Apr-85 02:09:36 EST Distribution: net Organization: National Semiconductor, Santa Clara Lines: 30 Index: .../lisp/info.el Problem: The 'h', 'd', and '?' commands don't work in info. Rubout doesn't cause scroll down as advertised. Repeat-by: Enter emacs as type the following: M-x info h Info will complain that there is no such node as (dir)Help. Try the 'd' and '?' commands and hear the beep. Fix: Diffs follow: 507c507 < (Info-find-node "dir" --- > (Info-find-node "info" 518c518 < (insert (documentation 'Info-mod)) --- > (insert (documentation 'Info-mode)) 529a530 > (define-key Info-mode-map "\177" 'scroll-down) 541a543 > (define-key Info-mode-map "d" 'Info-directory) -- Jeff Gilliam {ucbvax,ihnp4!nsc}!voder!jeff