Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
text-modes
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
xemacs
text-modes
Commits
c9c4bc98365e
Commit
c9c4bc98365e
authored
27 years ago
by
steveb
Browse files
Options
Downloads
Patches
Plain Diff
filladapt.el-2.12.
parent
1acc70ff47d7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ChangeLog
+4
-0
4 additions, 0 deletions
ChangeLog
Makefile
+1
-1
1 addition, 1 deletion
Makefile
filladapt.el
+8
-8
8 additions, 8 deletions
filladapt.el
with
13 additions
and
9 deletions
ChangeLog
+
4
−
0
View file @
c9c4bc98
1998-02-26 SL Baur <steve@altair.xemacs.org>
* filladapt.el: Version 2.12 courtesy of Kyle Jones.
1998-02-25 SL Baur <steve@altair.xemacs.org>
* xrdb-mode.el (xrdb-submit-bug-report): Require reporter here
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
1
−
1
View file @
c9c4bc98
...
...
@@ -19,7 +19,7 @@
# This XEmacs package contains independent single file lisp packages
VERSION
=
1.0
4
VERSION
=
1.0
5
AUTHOR_VERSION
=
MAINTAINER
=
XEmacs Development Team <xemacs-beta@xemacs.org>
PACKAGE
=
text-modes
...
...
This diff is collapsed.
Click to expand it.
filladapt.el
+
8
−
8
View file @
c9c4bc98
;;; Adaptive fill
;;; Copyright (C) 1989, 1995
,
199
6, 1997
Kyle E. Jones
;;; Copyright (C) 1989, 1995
-
199
8
Kyle E. Jones
;;;
;;; This program is free software; you can redistribute it and/or modify
;;; it under the terms of the GNU General Public License as published by
...
...
@@ -21,7 +21,7 @@
;; LCD Archive Entry:
;; filladapt|Kyle Jones|kyle_jones@wonderworks.com|
;; Minor mode to adaptively set fill-prefix and overload filling functions|
;;
10-June
-199
6
|2.1
0
|~/packages/filladapt.el|
;;
26-February
-199
8
|2.1
1
|~/packages/filladapt.el|
;; These functions enhance the default behavior of Emacs' Auto Fill
;; mode and the commands fill-paragraph, lisp-fill-paragraph,
...
...
@@ -72,6 +72,9 @@
(
provide
'filladapt
)
(
defvar
filladapt-version
"2.11"
"Version string for filladapt."
)
;; BLOB to make custom stuff work even without customize
(
eval-and-compile
(
condition-case
()
...
...
@@ -89,9 +92,6 @@
"Enhanced filling"
:group
'fill
)
(
defvar
filladapt-version
"2.10"
"Version string for filladapt."
)
(
defcustom
filladapt-mode
nil
"*Non-nil means that Filladapt minor mode is enabled.
Use the filladapt-mode command to toggle the mode on/off."
...
...
@@ -149,7 +149,7 @@
(
">+"
citation->
)
;; Included text generated by SUPERCITE. We can't hope to match all
;; the possible variations, your mileage may vary.
(
"
[A-Za-z
0-9][^'`\"< \t\n]*>[ \t]*"
supercite-citation
)
(
"
\\(\\w\\|[
0-9]
\\)
[^'`\"< \t\n]*>[ \t]*"
supercite-citation
)
;; Lisp comments
(
";+"
lisp-comment
)
;; UNIX shell comments
...
...
@@ -232,8 +232,8 @@
(
defcustom
filladapt-not-token-table
'
(
"[Ee]
.g.
"
"[Ii]
.e.
"
"[Ee]
\\.g\\.[ \t,]
"
"[Ii]
\\.e\\.[ \t,]
"
;; end-of-line isn't a token if whole line is empty
"^$"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment