annotate lisp/w3/FAQ @ 30:ec9a17fef872 r19-15b98

Import from CVS: tag r19-15b98
author cvs
date Mon, 13 Aug 2007 08:52:29 +0200
parents
children 7d55a9ba150c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents:
diff changeset
1 Q: Options menu is ugly under Emacs 19
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents:
diff changeset
2 A: Wait for 19.35 - this is because of a 'feature lack' in easymenu.el
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents:
diff changeset
3
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents:
diff changeset
4 Q: I get an error when starting up:
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents:
diff changeset
5 Symbol's value as variable is void: widget-mouse-face
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents:
diff changeset
6 A: This usually means you compiled W3 in an emacs that could not find
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents:
diff changeset
7 the 'custom' package (or found an old version), but are running W3
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents:
diff changeset
8 in an emacs that find the new one. This is usually the case if you
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents:
diff changeset
9 have a recent version of GNUS installed in a non-standard place.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents:
diff changeset
10
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents:
diff changeset
11 Make sure that you can load the custom library when compiling
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents:
diff changeset
12 emacs. Set the environment variable WIDGETDIR to where your custom
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents:
diff changeset
13 library lives (ie: ~/lisp/gnus/lisp)