From d8236ea8f4acfd32f3d945e82a1f5f1dafe7f8d9 Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Tue, 24 Jul 2007 13:24:49 +0000 Subject: [PATCH] QuickStart: Explain that publishing from console affects htmlize 2007-07-24 Michael Olson * examples/QuickStart.muse (Source Code): Fix another typo. Explain that publishing from console or X can make a difference. git-archimport-id: mwolson@gnu.org--2006/muse--main--1.0--patch-404 --- ChangeLog | 2 ++ examples/QuickStart.muse | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 13b0c15..c9f5cc7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ * examples/QuickStart.muse (Images): Fix typo where some text existed in the output but not in the example region. + (Source Code): Fix another typo. Explain that publishing from + console or X can make a difference. * lisp/muse-context.el (muse-context-pdf-program): New option that determines the program to use for generating PDF files for diff --git a/examples/QuickStart.muse b/examples/QuickStart.muse index 4474915..4f8e8f9 100644 --- a/examples/QuickStart.muse +++ b/examples/QuickStart.muse @@ -437,14 +437,16 @@ int main (int argc, char *argv[]) Here is the colorized output. This may look different if you have -customized some faces. +customized some faces. Also, it may look different depending on +whether you are publishing from Emacs on the console, or Emacs on X -- +what you see when viewing (in this case) a C file is what you get. #include char *unused; -int main (int argc, char *argv[3]) +int main (int argc, char *argv[]) { puts("Hello, world!\n"); } -- 2.11.4.GIT