all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alex Schroeder <alex@emacswiki.org>
Subject: Re: simple-wiki-mode and simple-wiki-edit-mode
Date: Thu, 23 Jan 2003 01:30:23 +0100	[thread overview]
Message-ID: <87bs28vhb4.fsf@emacswiki.org> (raw)
In-Reply-To: shwukxu3hr.fsf@tux.gnu.franken.de

Karl Eichwalder <keichwa@gmx.net> writes:

> Alex Schroeder <alex@emacswiki.org> writes:
>
>>      ("\\<[A-ZÄÖÜ]+[a-zäöü]+\\([A-ZÄÖÜ]+[a-zäöü]*\\)+\\>" . font-lock-keyword-face)
>
> What about all the other valid 8bit characters?

Sure -- but that depends on the wiki you use.  I use simple-wiki mode
for the Emacs Wiki, and my (part German) homepage, and I allow Umlauts
for my German homepage.  I don't even know whether I have enabled
non-ASCII characters for the Emacs Wiki.

Anyway, the point is that you need to adapt this regexp to the wiki
you are contacting.  At the moment, this flexibility is not built into
the code, since I do not know of any other wiki that allows you to
browse plain text representations...

>> (require 'sgml-mode)
>
> Is it possible to aloow usage of psgml, too?

No, because the wiki is not really HTML.  I use sgml-mode only for
sgml-tag (and there again, the tags allowed are based on the wiki, and
I just provide the tags I need and suggest for the Emacs Wiki).  I
also have an extension somewhere (dunno whether I posted it, too)
where I have code that translates ISO entities back into their
characters -- and that uses a table defined in sgml-mode.el.

In short, I requires sgml-mode not because this has anything to do
with SGML, but because I need one or two utilities in that file.

Alex.

  reply	other threads:[~2003-01-23  0:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <871y36lymu.fsf@emacswiki.org>
2003-01-22  6:01 ` simple-wiki-mode and simple-wiki-edit-mode Karl Eichwalder
2003-01-23  0:30   ` Alex Schroeder [this message]
2003-01-23 17:46     ` Karl Eichwalder
2003-01-23 20:04       ` Alex Schroeder
2003-01-24 12:39         ` Kai Großjohann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87bs28vhb4.fsf@emacswiki.org \
    --to=alex@emacswiki.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.