From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Alex Schroeder Newsgroups: gmane.emacs.help Subject: Re: simple-wiki-mode and simple-wiki-edit-mode Date: Thu, 23 Jan 2003 21:04:01 +0100 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <87znprmy4u.fsf@emacswiki.org> References: <871y36lymu.fsf@emacswiki.org> <87bs28vhb4.fsf@emacswiki.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1043352277 19771 80.91.224.249 (23 Jan 2003 20:04:37 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 23 Jan 2003 20:04:37 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18bnaU-00058b-00 for ; Thu, 23 Jan 2003 21:04:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18bnbG-000420-07 for gnu-help-gnu-emacs@m.gmane.org; Thu, 23 Jan 2003 15:05:22 -0500 Original-Newsgroups: gnu.emacs.help X-Face: ^BC$`[IcggstLPyen&dqF+b2'zyK#r.mU*'Nms}@&4zw%SJ#5!/7SMVjBS7'lb; QK)|IPU5U'o1'522W4TyzB3Ab*IBo^iw]l4|kUbdZuUDO6=Um-.4IzhNiV'B"@K#jy_(wW|Zbk[34flKY^|PrQ?$u2\fKg^]AY>wOX#H32i User-Agent: Gnus/5.090011 (Oort Gnus v0.11) Emacs/21.2.92 (i686-pc-linux-gnu) Cancel-Lock: sha1:dr4Yv25okZN0GISmikGGab1RfBY= Original-NNTP-Posting-Host: 217.162.235.67 Original-X-Trace: news.swissonline.ch 1043352243 217.162.235.67 (23 Jan 2003 21:04:03 +0100) Original-Lines: 29 Original-X-Complaints-To: abuse@swissonline.ch Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!xmission!news-out.spamkiller.net!propagator2-maxim!news-in.spamkiller.net!news-zh.switch.ch!news.swissonline.ch!not-for-mail Original-Xref: shelby.stanford.edu gnu.emacs.help:109391 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:5913 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:5913 Karl Eichwalder writes: > Alex Schroeder writes: > > Thanks for your reply! > >> Sure -- but that depends on the wiki you use. > > Thus far mainly wikipedia, e.g. http://de.wikipedia.org/wiki/Emacs (not > written by me, though). At least, allowing "ß" would be nice ;) Hm, but can you use it for the Wikipedia? Does the Wikipedia have a raw mode? >> 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). > > Under those circumstances please don't require sgml-mode straight > away. Better copy the code you need to your project. Otherwise psgml > will fail sooner or later. psgml uses the same namespace as sgml-mode, > for historical reasons. I am not sure this is the correct fix. It seems to me that sharing the same namespace is the real problem. If you really need this, then psgml-mode should just (provide 'sgml-mode) as well, and you should make sure that you load psgml-mode first. Alex.