File: README.Debian

package info (click to toggle)
prolog-el 1.23-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 212 kB
  • sloc: lisp: 3,024; makefile: 40; sh: 25
file content (19 lines) | stat: -rw-r--r-- 605 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
prolog-el for Debian
--------------------

This package installs prolog.el in the `load-path', but does not set
up Emacs to load `prolog-mode' for .pl files, as those are usually
used for Perl. If you want to have `prolog-mode' for .pl file, add
this to your .emacs:

    (add-to-list 'auto-mode-alist '("\\.pl\\'" . prolog-mode))

Insert the following line to your prolog files if you don't want to
alter the `load-path':

% -*- Mode: Prolog -*-

This package does, however, override the prolog-mode that comes with
Emacs.

 -- Philipp Benner <pbenner@uni-osnabrueck.de>, Mon, 14 Jan 2008 18:39:16 +0100