home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / gnu / emacs / bug / 1694 < prev    next >
Encoding:
Text File  |  1993-01-25  |  2.5 KB  |  73 lines

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!cis.ohio-state.edu!betz.biostr.washington.edu!jsp
  2. From: jsp@betz.biostr.washington.edu (Jeff Prothero)
  3. Newsgroups: gnu.emacs.bug
  4. Subject: tags-search infelicity
  5. Date: 25 Jan 1993 20:23:43 -0500
  6. Organization: GNUs Not Usenet
  7. Lines: 60
  8. Sender: daemon@cis.ohio-state.edu
  9. Approved: bug-gnu-emacs@prep.ai.mit.edu
  10. Distribution: gnu
  11. Message-ID: <9301240321.AA19086@betz.biostr.washington.edu>
  12.  
  13. jsp@betz.biost.washington.edu:
  14.  
  15.     Not a bug, but perhaps nonoptimal:
  16.  
  17.     There appears to be no way to abort a tags-search once started,short
  18.     perhaps of kill -9.  In particular, ^G appears to have no effect.
  19.  
  20. rms@gnu.ai.mit.edu:
  21.  
  22.     As far as I know, C-g does abort tags-search.
  23.     What version are you using, and what machine?
  24.     Every bug report needs to state those things.
  25.  
  26. jsp@betz.biost.washington.edu:
  27.  
  28. DAMN.  My apologies.  Machine is RS/6K running AIX 3.2 (judging from
  29. /usr/lpp/bos/README -- I forget IBM's official way to list version#),
  30. emacs is 18.58 installed by myself (meaning possibly bozoed), my notes
  31. on the installation being:
  32.  
  33.     -------config.h-----
  34.     #include "s-aix3-2.h"
  35.     #include "m-ibmrs6000.h"
  36.  
  37.     #define HAVE_X_WINDOWS 1
  38.     #define HAVE_X_MENU 1
  39.  
  40.     ----------lisp/site-init.el----
  41.     ; If the '(cdr ...)' is left off,
  42.     ; we get a spurious "../lisp" we don't want:
  43.     (setq load-path (cons "/usr/local/emacs/lisp/local" (cdr load-path)))
  44.     ----------build/install command----
  45.     as jsp:
  46.       make all
  47.     as root:
  48.       make install.aix
  49.  
  50. Following up on rms's comment
  51.  
  52.     "As far as I know, C-g does abort tags-search."
  53.  
  54. it appears that in fact ^G works just fine in a normal AIXWindow,
  55. which is what I get if I telnet to the machine, and fails only when
  56. emacs is running in an X window.  For example, if I log in on the
  57. console and 'emacs', I get an X window emacs that won't obey ^G.  If,
  58. from exactly the same console window, I instead telnet to the same
  59. account and run emacs (implies same version of emacs, same
  60. initialization files, same files operated on), I get an emacs that
  61. works just fine.
  62.  
  63. This is, therefore, likely a combination of my and AIXWindows
  64. stupidity:  there's something generally funny about my install of
  65. emacs here when it comes to X, the mouse-sensitive stuff has never
  66. worked in this install -- I just get a beep -- which is almost
  67. certainly some idiocy on my part because I've seen emacs installs
  68. running just fine on same version of AIX/AIXWindows.
  69.  
  70. Sorry to waste your time :(.
  71.  
  72.  
  73.