gnats-diffs
[Top][All Lists]
Advanced

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

Changes to gnats/doc/p-inst.texi


From: Milan Zamazal
Subject: Changes to gnats/doc/p-inst.texi
Date: Tue, 11 Dec 2001 16:36:11 -0500

Index: gnats/doc/p-inst.texi
diff -c gnats/doc/p-inst.texi:1.11 gnats/doc/p-inst.texi:1.12
*** gnats/doc/p-inst.texi:1.11  Fri Dec  7 12:42:54 2001
--- gnats/doc/p-inst.texi       Tue Dec 11 16:36:11 2001
***************
*** 135,150 ****
  
  You may wish to alter the installation directory for the Emacs lisp
  files.  If your Emacs lisp library is not in
! @address@hidden@var{prefix}/share/emacs/site-lisp}}, edit the files
! 
! @smallexample
! @var{srcdir}/gnats/Makefile.in   @emph{and}
! @var{srcdir}/send-pr/Makefile.in
! @end smallexample
! 
! @noindent
! Change the variable @code{lispdir} from 
@address@hidden@var{prefix}/emacs/site-lisp}} to
! the directory containing your Emacs lisp library.  For information on
  @var{prefix}, see @ref{prefix,,@var{prefix}}.
  
  @item
--- 135,144 ----
  
  You may wish to alter the installation directory for the Emacs lisp
  files.  If your Emacs lisp library is not in
! @address@hidden@var{prefix}/share/emacs/site-lisp}}, edit the file
! @address@hidden/gnats/Makefile.in}.  Change the variable
! @code{lispdir} from @address@hidden@var{prefix}/emacs/site-lisp}} to the
! directory containing your Emacs lisp library.  For information on
  @var{prefix}, see @ref{prefix,,@var{prefix}}.
  
  @item
***************
*** 292,299 ****
  @end smallexample
  
  By default, @code{make} compiles the programs in the same directory
! as the sources (@var{srcdir}).  Emacs lisp files are byte-compiled if
! @code{make} can find Emacs on your local system.
  
  @item
  Make sure you have @sc{gnu} @code{make}, then run 
--- 286,292 ----
  @end smallexample
  
  By default, @code{make} compiles the programs in the same directory
! as the sources (@var{srcdir}).
  
  @item
  Make sure you have @sc{gnu} @code{make}, then run 
***************
*** 361,382 ****
  lines in their @file{.emacs}:
  
  @smallexample
  (autoload 'edit-pr "gnats" 
     "Command to edit a problem report." t)
  (autoload 'view-pr "gnats"
     "Command to view a problem report." t)
- (autoload 'unlock-pr "gnats"
-    "Unlock a problem report." t)
  (autoload 'query-pr "gnats"
     "Command to query information about problem reports." t)
! (autoload 'send-pr-mode "send-pr"
!    "Major mode for sending problem reports." t)
! (autoload 'send-pr "send-pr"
!    "Command to create and send a problem report." t)
  @end smallexample
- 
- Emacs lisp files are byte-compiled if @code{make} can find Emacs on your
- local system.
  @end enumerate
  
  @node Setting up the default database
--- 354,373 ----
  lines in their @file{.emacs}:
  
  @smallexample
+ (autoload 'send-pr "gnats"
+    "Command to create and send a problem report." t)
  (autoload 'edit-pr "gnats" 
     "Command to edit a problem report." t)
  (autoload 'view-pr "gnats"
     "Command to view a problem report." t)
  (autoload 'query-pr "gnats"
     "Command to query information about problem reports." t)
! (autoload 'unlock-pr "gnats"
!    "Unlock a problem report." t)
! (autoload 'gnats-dbconfig-mode "gnats"
!   "Major mode for editing the `dbconfig' GNATS configuration file." t)
! (add-to-list 'auto-mode-alist '("\\<dbconfig$" . gnats-dbconfig-mode))  
  @end smallexample
  @end enumerate
  
  @node Setting up the default database



reply via email to

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