GNU bug report logs - #6152
wikipedia-mode hard to fix linebreaks

Previous Next

Package: emacs;

Reported by: jidanni <at> jidanni.org

Date: Mon, 10 May 2010 10:08:02 UTC

Severity: minor

Merged with 6145, 6153

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: jidanni <at> jidanni.org
To: oub <at> mat.ucm.es
Cc: cyd <at> stupidchicken.com, bug-gnu-emacs <at> gnu.org
Subject: Re: wikipedia-mode hard to fix linebreaks
Date: Mon, 10 May 2010 18:06:43 +0800
Sorry Uwe, I have now fixed my problem. I did it by putting this in
~/.emacs-w3m.el :
(autoload 'wikipedia-mode "wikipedia-mode.el")
(add-hook
 'w3m-form-input-textarea-mode-hook
 (lambda nil
   (turn-off-auto-fill)
   (wikipedia-mode)
   (longlines-mode 0) ;;The Key, DISCOVERED QUITE ON MY OWN
   (define-key wikipedia-mode-map "\C-c\C-c" 'w3m-form-input-textarea-set)
   (define-key wikipedia-mode-map "\M-u" 'upcase-word)
   ))





This bug report was last modified 15 years and 13 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.