Commit graph

21 commits

Author SHA1 Message Date
uebayasi
34004f51e0 Move mk/emacs.mk to editors/emacs/modules.mk.
Don't call pkg_info to get the installed Emacs version; always use the
version matching EMACS_TYPE set by users.  Be DEPENDS to it.  This should
address pkg/37146 by Aleksey Cheusov.

While here convert some emacs lisp packages to user-destdir.
2008-10-11 09:31:54 +00:00
wiz
55750574ca Update to 1.7m:
Release 1.7m, Wed Aug 23 11:37:05 CEST 2006 (Manuel Serrano):

        *** Instead of using the hard-wire "-l" ispell option, Flyspell.el
        now checks is Ispell.el defines the variable ISPELL-LISP-COMMAND.
        If it does, the value of this variable is used instead of the string
        "-l".


Release 1.7l, Mon Jul 24 16:50:06 CEST 2006 (Manuel Serrano):

        *** Fix a simple Xemacs bug. The function
        FLYSPELL-AFTER-CHANGE-FUNCTION was missing a guard. It has to
        check on Xemacs if this-command is a symbol or not!?
2007-01-15 23:49:46 +00:00
wiz
cfd623bd93 Drop maintainership, I don't use them any longer. 2006-06-15 13:31:28 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
868fca3f80 Update to 1.7k: bug fix release. 2006-01-01 18:38:01 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
wiz
279db6da9b Update to 1.7j:
*** Improve the handling of localwords on large regions.
2005-09-05 17:04:53 +00:00
uebayasi
aa8e85bcfd Rework emacs.mk:
1) Simplify the way how an emacs version is picked when no emacs
   is installed, but a user try to install an Emacs Lisp package.
   Just pick up the version set as EMACS_TYPE than searching for
   versions already installed etc.  If the EMACS_TYPE version is
   not supported by the Emacs Lisp Package, just fail.  EMACS_TYPE
   be default to GNU Emacs 21.

   (In other words, users should set EMACS_TYPE as they want.
   Otherwise GNU Emacs 21 is used.)

2) All Emacs Lisp Packages *must* prepend EMACS_PKGNAME_PREFIX to
   a) the PKGNAME itself, and b) PKGNAME in its dependency lines.
   EMACS_PKGNAME_PREFIX is expanded to "xemacs-" when XEmacs is
   used.  This keeps dependency graph of Emacs-Lisp-packages-
   installed-for-XEmacs consistent.

3) Document EMACS_* variables as much as possible.

4) Provide more cookies for PLIST.  Maybe utilized later.

Note that the 2) change doesn't affect the default, GNU Emacs 21
behaviour.  So no version / revision bumps in this commit.
2005-08-28 04:25:28 +00:00
wiz
79584f9fa6 Distfile has changed without name change; set DIST_SUBDIR; PKGREVISION++. 2005-07-05 15:19:26 +00:00
wiz
f14ede3931 Update to 1.7i:
Release 1.7i, Thu Apr 14 13:31:02 CEST 2005 (Manuel Serrano):

        *** replace (fboundp 'about-xemacs) with
        (or (foundp 'about-xemacs) (featurep 'xemacs)).
2005-05-21 08:58:26 +00:00
wiz
d3a741bd0e Update to 1.7h:
Tue Mar 22 11:50:24 CET 2005 (Peter Heslin):
        *** Add advice for flyspell-auto-correct-previous-word.
2005-03-27 20:37:11 +00:00
agc
c71cac836a Add RMD160 digests to the SHA1 ones. 2005-02-24 14:48:39 +00:00
minskim
c011af3a69 Correct path to DISTFILES. 2004-12-27 03:09:18 +00:00
minskim
145be7cfd0 Regen after DIST_SUBDIR change. 2004-12-16 07:30:14 +00:00
minskim
a35549b1a8 Fix checksum mismatch due to distfile change. diff with the previous
shows some code changes.  Set DIST_SUBDIR to PKGNAME and bump
PKGREVISION.
2004-12-16 07:29:18 +00:00
wiz
b7c0d0e9cc Update to 1.7f:
*** Change the meaning of FLYSPELL-LARGE-REGION. From now on,
	if FLYSPELL-LARGE-REGION is nil, regions are treated as small.
	*** Improve doublon detection in TeX mode. The fix gets rid
	of errors introduced by indexes.
	*** Add the FLYSPELL-PROG-MODE-HOOK to FLYSPELL-PROG-MODE.
2004-11-19 18:27:11 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
uebayasi
e88489b194 Reflect an implicit distfile replacement in the master site. 2003-04-16 00:40:57 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
uebayasi
c3f5db5df7 Initial import of Flyspell 1.7c.
Flyspell enables on-the-fly spell checking in Emacs by the means
  of a minor mode. It is called Flyspell. This facility is hardly
  intrusive. It requires no help. Flyspell highlights incorrect words
  as soon as they are completed or as soon as the cursor hits a new
  word.

  Flyspell is language independent because you are free to select
  your own dictionary.

  Flyspell is compatible with TeX editing. That is, Flyspell tries,
  as much as possible, to avoid highlighting TeX command.

  Flyspell proposes corrections for miss-spelled words by the means
  of pop-up menus. Alternatively you will be able to store the word
  in the global dictionary, to add it to the current document dictionary
  or to ignore the miss-spelling for the current session.

  Flyspell also proposes automatic corrections.

(This DESCR is also written by wiz. :-)
2003-03-04 09:12:09 +00:00