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
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
Admin message
This instance will be upgraded to Heptapod 17.9.2 on 2025-04-24 between 17:00 and 18:00 UTC+2
Show more breadcrumbs
xemacs
text-modes
Commits
ca515838
Commit
ca515838
authored
26 years ago
by
steveb
Browse files
Options
Downloads
Patches
Plain Diff
whitespace-mode fix, add flyspell.el.
parent
73c3cc44
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
ChangeLog
+5
-0
5 additions, 0 deletions
ChangeLog
Makefile
+4
-3
4 additions, 3 deletions
Makefile
flyspell.el
+1252
-0
1252 additions, 0 deletions
flyspell.el
whitespace-mode.el
+2
-1
2 additions, 1 deletion
whitespace-mode.el
with
1263 additions
and
4 deletions
ChangeLog
+
5
−
0
View file @
ca515838
1998-08-29 Jeff Miller <jmiller@smart.net>
* whitespace-mode.el: added autoload cookie for whitespace-mode
updated toolbar icon to use foregroundToolBarColor.
1998-07-03 Charles G Waldman <cgw@pgt.com>
* image-mode.el: Fixed image-decode to handle start and end args.
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
4
−
3
View file @
ca515838
...
...
@@ -19,8 +19,8 @@
# This XEmacs package contains independent single file lisp packages
VERSION
=
1.0
8
VERSION
=
1.0
9
AUTHOR_VERSION
=
MAINTAINER
=
XEmacs Development Team <xemacs-beta@xemacs.org>
PACKAGE
=
text-modes
PKG_TYPE
=
single-file
...
...
@@ -23,7 +23,7 @@
AUTHOR_VERSION
=
MAINTAINER
=
XEmacs Development Team <xemacs-beta@xemacs.org>
PACKAGE
=
text-modes
PKG_TYPE
=
single-file
REQUIRES
=
fsf-compat xemacs-base
REQUIRES
=
ispell
fsf-compat xemacs-base
CATEGORY
=
oa
...
...
@@ -28,6 +28,7 @@
CATEGORY
=
oa
ELCS
=
autoinsert.elc crontab.elc filladapt.elc folding.elc hexl.elc
\
ELCS
=
autoinsert.elc crontab.elc filladapt.elc flyspell.elc folding.elc
\
hexl.elc
\
image-mode.elc iso-acc.elc iso-ascii.elc iso-cvt.elc iso-insert.elc
\
iso-swed.elc nroff-mode.elc scribe.elc swedish.elc tabify.elc
\
underline.elc whitespace-mode.elc winmgr-mode.elc ws-mode.elc
\
...
...
This diff is collapsed.
Click to expand it.
flyspell.el
0 → 100644
+
1252
−
0
View file @
ca515838
This diff is collapsed.
Click to expand it.
whitespace-mode.el
+
2
−
1
View file @
ca515838
...
...
@@ -375,6 +375,7 @@
(
whitespace-dehighlight-region
beg
end
)
(
whitespace-highlight-region
beg
end
)))
;;;###autoload
(
defun
whitespace-mode
(
&optional
arg
)
"Toggle whitespace mode.
With arg, turn whitespace mode on iff arg is positive.
...
...
@@ -526,7 +527,7 @@
static char * whitespace[] = {
\"28 28 4 1\",
\" c Gray75 s backgroundToolBarColor\",
\". c black\",
\". c black
s foregroundToolBarColor
\",
\"X c Gray60\",
\"o c white\",
\" \",
...
...
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