[slime-cvs] CVS slime

trittweiler trittweiler at common-lisp.net
Wed Jan 2 16:02:47 UTC 2008


Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv4575

Modified Files:
	ChangeLog 
Log Message:

Use sane default values for slime-repl-set-package.

Previously, when typing `,!p' at the REPL, the current package
would have been inserted as a default (although the whole intent
was to /change/ the current package in the first place), now
nothing is inserted anymore.
	
* slime.el (slime-pretty-current-package): rename it to
  slime-pretty-find-buffer-package and make it use
  slime-find-buffer-package instead of slime-current-package.
  (slime-repl-set-package, slime-set-package): use new function.


--- /project/slime/cvsroot/slime/ChangeLog	2008/01/02 12:44:41	1.1262
+++ /project/slime/cvsroot/slime/ChangeLog	2008/01/02 16:02:47	1.1263
@@ -1,3 +1,17 @@
+2008-01-02  Luís Oliveira  <loliveira at common-lisp.net>
+
+	Use sane default values for slime-repl-set-package.
+
+	Previously, when typing `,!p' at the REPL, the current package
+	would have been inserted as a default (although the whole intent
+	was to /change/ the current package in the first place), now
+	nothing is inserted anymore.
+	
+	* slime.el (slime-pretty-current-package): rename it to
+	slime-pretty-find-buffer-package and make it use
+	slime-find-buffer-package instead of slime-current-package.
+	(slime-repl-set-package, slime-set-package): use new function.
+	
 2008-01-02  Tobias C. Rittweiler  <tcr at freebits.de>
 
 	* slime.el (slime-print-apropos): Simplified: Don't insert action




More information about the slime-cvs mailing list