[Pkg-jed-commit] r89 - trunk/packages/jed/debian/patches

Guenter Milde milde-guest at costa.debian.org
Fri Sep 30 13:12:03 UTC 2005


Author: milde-guest
Date: 2005-09-30 13:12:02 +0000 (Fri, 30 Sep 2005)
New Revision: 89

Removed:
   trunk/packages/jed/debian/patches/50_paste-mode-sl.dpatch
Log:
Obsoleted by the paste() function in paste.sl


Deleted: trunk/packages/jed/debian/patches/50_paste-mode-sl.dpatch
===================================================================
--- trunk/packages/jed/debian/patches/50_paste-mode-sl.dpatch	2005-09-29 21:57:59 UTC (rev 88)
+++ trunk/packages/jed/debian/patches/50_paste-mode-sl.dpatch	2005-09-30 13:12:02 UTC (rev 89)
@@ -1,38 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 50_paste-mode-sl.dpatch by Rafael Laboissiere <rafael at debian.org>
-##
-## DP: Added paste_mode by John E. Davis
-
- at DPATCH@
-
---- jed-0.99.16.pre.0.99.17.84.orig/lib/paste_mode.sl
-+++ jed-0.99.16.pre.0.99.17.84/lib/paste_mode.sl
-@@ -0,0 +1,28 @@
-+% made by JED and pasted to the mailing list
-+% use as follows:
-+% M-x push_mode
-+% Push to mode: paste
-+% <paste with mouse>
-+% M-x pop_mode
-+
-+$1 = "Paste";
-+!if (keymap_p ($1)) make_keymap ($1);
-+_for (32, 255, 1)
-+{
-+       $2 = char ();
-+       undefinekey ($2, $1);
-+       definekey ("self_insert_cmd", $2, $1);
-+}
-+definekey ("newline", "\n", $1);
-+definekey ("newline", "\r", $1);
-+definekey ("self_insert_cmd", "\t", $1);
-+
-+define paste_mode ()
-+{
-+       variable kmap = "Paste";
-+       set_mode (kmap, 2);
-+       use_keymap (kmap);
-+       runhooks ("paste_mode_hook");
-+}
-+
-+provide("paste_mode");




More information about the Pkg-jed-commit mailing list