1 Apr 2004 06:42
8 Apr 2004 05:31
todl-mode.el
Joe Corneli <jcorneli <at> math.utexas.edu>
2004-04-08 03:31:26 GMT
2004-04-08 03:31:26 GMT
A while ago, I brought up the idea for a mode for editing everything as lists on emacs-devel. Here how I've begun. ;;; todl-mode.el --- Major mode for editing and browsing TODL. ;; Copyright (C) 2004 Joe Corneli <jcorneli <at> math.utexas.edu> ;; Time-stamp: <jac -- Wed Apr 7 21:22:43 CDT 2004> ;; This file is not part of GNU Emacs, but it is distributed under ;; the same terms as GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation; either version 2, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to the ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, ;; Boston, MA 02111-1307, USA. ;;; Commentary: ;; Documentation of TODL is available on the web at(Continue reading)
10 Apr 2004 02:07
todl-mode.el (now with descriptive commentary!)
Joe Corneli <jcorneli <at> math.utexas.edu>
2004-04-10 00:07:53 GMT
2004-04-10 00:07:53 GMT
;;; todl-mode.el --- For editing TODO Lists and simple hypertext. ;; Copyright (C) 2004 Joe Corneli <jcorneli <at> math.utexas.edu> ;; Time-stamp: <jac -- Fri Apr 9 19:03:19 CDT 2004> ;; This file is not part of GNU Emacs, but it is distributed under ;; the same terms as GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published ;; by the Free Software Foundation; either version 2, or (at your ;; option) any later version. ;; GNU Emacs is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to the ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, ;; Boston, MA 02111-1307, USA. ;;; Commentary: ;; This mode lets you edit and browse a simple form of hypertext. ;; One of the possible uses is to maintain a hierarchical TODO List. ;; For example, if your afternoon's tasks include shopping for ;; groceries and returning your library books, you might have a set(Continue reading)
12 Apr 2004 20:24
Fix to buff-sel.el
David Kreil <kreil <at> ebi.ac.uk>
2004-04-12 18:24:46 GMT
2004-04-12 18:24:46 GMT
Hi, I am not sure whether there is anyone maintaining the buff-sel library now, considering that the last trace of a contactable person is dated 1992 and that I cannot find an obvious source of the file in the first place. Please let me know, however, if there is! I have found buff-sel.el most useful in the past but noticed that it has become broken in newer emacs versions. Please find a fixed buff-sel that works with modern emacs versions below. With best regards, David. ; Newsgroups: gnu.emacs.sources ; Path: hal.com!decwrl!uunet!brunix!doorknob!rsw ; From: rsw <at> cs.brown.EDU (Bob Weiner) ; Subject: buf-sel.el - Minibuffer buffer selection and killing with completion. ; Organization: Brown U. ; Date: Wed, 25 Mar 1992 20:36:51 GMT ; ;; LCD Archive Entry: ;; buf-sel|Tomn Horsley|thorsley <at> ssd.csd.harris.com| ;; Interactive buffer-list in the minibuffer.| ;; 92-03-25||~/misc/buf-sel.el.Z| ;; ;; =====================================================================(Continue reading)
21 Apr 2004 07:29
todl-mode.el (*new* provenance i18n bugfixes &rest features)
Joe Corneli <jcorneli <at> math.utexas.edu>
2004-04-21 05:29:54 GMT
2004-04-21 05:29:54 GMT
I would say that this mode could be used as a stand-in for todo-mode at this point. Users who are more familiar with todo-mode than me can point out their favorite missing features and I will try to add them. Here is a little bit of commentary on the new features in this mode: You can set up the mode to automatically annotate your edits with a creation timestamp, and, if desired, your name. Time stamps are relative to UTC by default, but can be made relative to local time just by setting `todl-use-universal-time' to nil. I think I've facilitated internationalization nicely, though I haven't tested this. Anyone who feels like translating user-visible strings into another language, please give it a whirl and let me know about your experience. I think font-lock support is new since last time I posted to the list. Its kind of addictive. Finally, navigational history can be shown on-screen, though this is not the default; to use this feature, set `todl-show-history-buffer' to `t'. The mode isn't "finished" by any means, but it seems pretty usable. If you have further suggestions or bug reports, please let me know. ;;; todl-mode.el --- For editing TODO Lists and simple hypertext.(Continue reading)
13 Apr 2004 17:52
w3m-type-ahead.el --- type ahead support for w3m-mode.
Matt Hodges <matt <at> stchem.bham.ac.uk>
2004-04-13 15:52:57 GMT
2004-04-13 15:52:57 GMT
This can be used to add type-ahead functionality (as seen, for
example, in Mozilla and related browsers) to w3m-mode. After loading
w3m and w3m-type-ahead, it can be switched on as a minor mode in
w3m-mode buffers using:
(add-hook 'w3m-mode-hook 'w3m-type-ahead-minor-mode)
By default, this binds / to w3m-type-ahead and M-/ to
w3m-type-ahead-new-session. With these, incremental searching limited
to the text associated with links can be done. Use a prefix argument
to perform regular expression searches.
Latest version available at:
<URL:http://www.emacswiki.org/elisp/wthreem-type-ahead.el>
_______________________________________________ Gnu-emacs-sources mailing list Gnu-emacs-sources <at> gnu.org http://mail.gnu.org/mailman/listinfo/gnu-emacs-sources
22 Apr 2004 02:46
makeinfo-info.el version 2
Kevin Ryde <user42 <at> zip.com.au>
2004-04-22 00:46:09 GMT
2004-04-22 00:46:09 GMT
This is a new version of makeinfo-info.el, adding support for a TeX-master local variable, so makeinfo-buffer can find the top-level file when called in a sub-file. This sort of thing is done for instance in the Guile manuals.
_______________________________________________ Gnu-emacs-sources mailing list Gnu-emacs-sources <at> gnu.org http://mail.gnu.org/mailman/listinfo/gnu-emacs-sources
25 Apr 2004 18:55
sb-heise.el 0.2 --- heise online shimbun backend
David Hansen <usenetjunk.nospam <at> gmx.net>
2004-04-25 16:55:14 GMT
2004-04-25 16:55:14 GMT
News: - remove ads from telepolis articles Developed and tested with CVS versions of GNU emacs, emacs-w3m and gnus. Please report if you got it to work with older version. -- David
_______________________________________________ Gnu-emacs-sources mailing list Gnu-emacs-sources <at> gnu.org http://mail.gnu.org/mailman/listinfo/gnu-emacs-sources
26 Apr 2004 21:29
27 Apr 2004 00:57
zap-char.el
Sandip Chitale <sandipchitale <at> yahoo.com>
2004-04-26 22:57:58 GMT
2004-04-26 22:57:58 GMT
;;; zap-char.el --- Vi style zap to/upto/from/following next typed char ;; Author: Sandip V. Chitale ;; Created: Apr 26 2004 ;; Keywords: kill to/upto/from/following char ;; This file is not part of GNU Emacs yet. ;;; Commentary: ;; ;; This package enables kill chars to/upto/from/following next typed ;; char. This is simialr to the Vi commands ;; ;; d t char ;; d T char ;; d f char ;; d F char ;; ;; By default the char search is case sensitive. You can toggle the ;; case sensitivity using the `toggle-zap-char-case-fold-search' ;; command. You can customize the value of ;; `zap-char-case-fold-search'. ;; ;; Installation: ;; ;; To install and use, put this file on your Emacs-Lisp load path and add the ;; following into your ~/.emacs startup file: ;; ;; (require 'zap-char) ;;(Continue reading)
RSS Feed