Message5

Author nicktastic
Recipients
Date 2008-09-19.15:25:36
Content
The default value of variables defined with define_variable is remembered for
use by the help system; however if the variable is changed the default value is
incorrectly reported. This may only apply to certain types of variables.

1. Change one of the default MIME type external handlers:
define_mime_type_external_handler("application/pdf", "xpdf");
2. C-h v mime_type_external_handlers
3. Notice that the default listed for /^application\/pdf$/ is xpdf when it
should be evince.
History
Date User Action Args
2008-09-19 15:25:36nicktasticlinkissue4 messages
2008-09-19 15:25:36nicktasticcreate