Difference between revisions of "Talk:Mediawiki.el"

From WikEmacs
Jump to navigation Jump to search
(move known bugs to main article)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
Version 2.2.2 works fine on GNU Emacs 24.0.94.1 (i386-mingw-nt5.1.2600) when there is no challenge (e.g. arithmetic problem). But when external links are added, so there is a challenge, mediawiki doesn't alert the user or show the arithmetic problem. The only evidence of failure is that the page is never updated.
+
== 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)
 +
 +
- [[User:Daniel K. Schneider|Daniel K. Schneider]] 21:40, 19 September 2012 (EEST)
  
 
==Filling==
 
==Filling==
 
It wouldn't hurt anything if you filled paragraphs, would it?  Mediawiki ignores single line breaks.
 
It wouldn't hurt anything if you filled paragraphs, would it?  Mediawiki ignores single line breaks.

Latest revision as of 21:38, 12 March 2014

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.