Talk:Mediawiki.el

From WikEmacs
Revision as of 21:38, 12 March 2014 by Holocronweaver (talk | contribs) (move known bugs to main article)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

mediawiki.el

It doesn't appear in the package list (ELPA) on emacs-24 (unless I got something wrong)

M-x package-list-packages

Probably on has to add other package repositories. I did the following in my .emacs:

(require 'package)
(package-initialize)
(add-to-list 'package-archives '("marmalade" . "http://marmalade-repo.org/packages/") t)
(add-to-list 'package-archives '("melpa" . "http://melpa.milkbox.net/packages/") t)

- Daniel K. Schneider 21:40, 19 September 2012 (EEST)

Filling

It wouldn't hurt anything if you filled paragraphs, would it? Mediawiki ignores single line breaks.