From xemacs-m  Wed Aug  6 08:15:46 1997
Received: from steadfast.teradyne.com (steadfast.teradyne.com [131.101.1.200])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id IAA24420
	for <xemacs-beta@xemacs.org>; Wed, 6 Aug 1997 08:15:45 -0500 (CDT)
Received: from engine.ecf.teradyne.com (engine.ecf.teradyne.com [131.101.192.6]) by steadfast.teradyne.com (8.7.1/8.7.1) with ESMTP id JAA15964; Wed, 6 Aug 1997 09:19:56 -0400 (EDT)
Received: from tomorrow.eng.ecf.teradyne.com. (tomorrow.ecf.teradyne.com [131.101.192.7]) by engine.ecf.teradyne.com (8.7.1/8.7.1) with SMTP id PAA13513; Wed, 6 Aug 1997 15:15:01 +0200 (MET DST)
Received: by tomorrow.eng.ecf.teradyne.com. (SMI-8.6/SMI-SVR4)
	id PAA06794; Wed, 6 Aug 1997 15:14:59 +0200
To: karlheg+xemacs@inetarena.com (Karl M. Hegbloom)
Cc: XEmacs Beta <xemacs-beta@xemacs.org>
Subject: Re: [patch] `info.el'
References: <877mdzo8yb.fsf@bittersweet.inetarena.com>
X-Face: 4[iHdXiTu\V3u[~\I)<f9HC);%~nG8`oUqv#uzvs6=\V{AjN6Sn
 c/qi;YLwRmEbt8Y*=j5n(urqY@chPh@J'D"QlqD!C8>*}#kYF[-tYl3VZga/HSOP|K,{L
 Rtu@f0y/=O&Cu}\:~d|P$JON?pn?j,&CnPb1z#/TL9bkAJwyol&a:SvYj-VYbM=Dtxhk9
 =w|R6U3_;SH&B<Mfy6Q%#
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: multipart/mixed;
 boundary="Multipart_Wed_Aug__6_15:14:57_1997-1"
Content-Transfer-Encoding: 7bit
From: Adrian Aichner <aichner@ecf.teradyne.com>
Date: 06 Aug 1997 15:14:57 +0200
In-Reply-To: karlheg+xemacs@inetarena.com's message of "06 Aug 1997 04:19:08 -0700"
Message-ID: <rxsrac7a1wu.fsf@tomorrow.ecf.teradyne.com>
Lines: 168
X-Mailer: Gnus v5.4.64/XEmacs 20.3(beta16) - "Budapest"

--Multipart_Wed_Aug__6_15:14:57_1997-1
Content-Type: text/plain; charset=US-ASCII


Karl,

there are 8 rejected hunks with regard to Budapest in your patch.
They all seem to be harmless WS diffs. Just in case anybody notices
failing hunks and gets concerned.

I did make all-elc and started a new xemacs. So far all looks well.

Regards,

Adrian


--Multipart_Wed_Aug__6_15:14:57_1997-1
Content-Type: application/octet-stream
Content-Disposition: attachment; filename="info.el.rej"
Content-Transfer-Encoding: 7bit

***************
*** 892,898 ****
  		       "")
  		     ")"
  		     (or Info-current-node ""))))))
- 	
  ;; Go to an info node specified with a filename-and-nodename string
  ;; of the sort that is found in pointers in nodes.
  
--- 1029,1036 ----
  		       "")
  		     ")"
  		     (or Info-current-node ""))))))
+ 
+ 
  ;; Go to an info node specified with a filename-and-nodename string
  ;; of the sort that is found in pointers in nodes.
  
***************
*** 1013,1018 ****
  							  (match-end 1)))
  				  compl))))))))
  	(setq Info-current-file-completions compl))))
  
  (defvar Info-last-search nil
    "Default regexp for \\<Info-mode-map>\\[Info-search] command to search for.")
--- 1151,1157 ----
  							  (match-end 1)))
  				  compl))))))))
  	(setq Info-current-file-completions compl))))
+ 
  
  (defvar Info-last-search nil
    "Default regexp for \\<Info-mode-map>\\[Info-search] command to search for.")
***************
*** 1081,1086 ****
        (or (and (equal onode Info-current-node)
                 (equal ofile Info-current-file))
            (Info-history-add ofile onode opoint)))))
  
  ;; Extract the value of the node-pointer named NAME.
  ;; If there is none, use ERRORNAME in the error message; 
--- 1220,1226 ----
        (or (and (equal onode Info-current-node)
                 (equal ofile Info-current-file))
            (Info-history-add ofile onode opoint)))))
+ 
  
  ;; Extract the value of the node-pointer named NAME.
  ;; If there is none, use ERRORNAME in the error message; 
***************
*** 1169,1174 ****
    "Go to the Info directory node."
    (interactive)
    (Info-find-node "dir" "top"))
  
  (defun Info-follow-reference (footnotename)
    "Follow cross reference named NAME to the node it refers to.
--- 1309,1315 ----
    "Go to the Info directory node."
    (interactive)
    (Info-find-node "dir" "top"))
+ 
  
  (defun Info-follow-reference (footnotename)
    "Follow cross reference named NAME to the node it refers to.
***************
*** 1387,1392 ****
    "Go to the node of the tenth menu item."
    (interactive)
    (Info-goto-node (Info-extract-menu-counting nil) nil t))
  
  (defun Info-top ()
    "Go to the Top node of this file."
--- 1528,1534 ----
    "Go to the node of the tenth menu item."
    (interactive)
    (Info-goto-node (Info-extract-menu-counting nil) nil t))
+ 
  
  (defun Info-top ()
    "Go to the Top node of this file."
***************
*** 1528,1533 ****
  	(Info-page-prev)
  	(setq this-command 'Info))
      (scroll-down arg)))
  
  (defun Info-index (topic)
    "Look up a string in the index for this file.
--- 1670,1676 ----
  	(Info-page-prev)
  	(setq this-command 'Info))
      (scroll-down arg)))
+ 
  
  (defun Info-index (topic)
    "Look up a string in the index for this file.
***************
*** 1959,1964 ****
        (or (equal tag "")
  	  (insert "<<" tag ">>"))))
    (Info-cease-annotate))
  
  (defun Info-exit ()
    "Exit Info by selecting some other buffer."
--- 2103,2109 ----
        (or (equal tag "")
  	  (insert "<<" tag ">>"))))
    (Info-cease-annotate))
+ 
  
  (defun Info-exit ()
    "Exit Info by selecting some other buffer."
***************
*** 2347,2352 ****
    (and (marker-position Info-tag-table-marker)
         (buffer-modified-p)
         (message "Tags may have changed.  Use Info-tagify if necessary")))
  
  (defun Info-find-emacs-command-nodes (command)
    "Return a list of locations documenting COMMAND in the XEmacs Info manual.
--- 2492,2498 ----
    (and (marker-position Info-tag-table-marker)
         (buffer-modified-p)
         (message "Tags may have changed.  Use Info-tagify if necessary")))
+ 
  
  (defun Info-find-emacs-command-nodes (command)
    "Return a list of locations documenting COMMAND in the XEmacs Info manual.

--Multipart_Wed_Aug__6_15:14:57_1997-1
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable


-- =

                            Adrian Aichner
                        Applications Engineer
  Teradyne GmbH
  Semiconductor Test Group    Telephone +49/89/41861(0)-208
  Dingolfinger Stra=DFe 2       Fax       +49/89/41861-217
  D-81673 M=DCNCHEN             E-mail    aichner@ecf.teradyne.com

--Multipart_Wed_Aug__6_15:14:57_1997-1--

