Rectanges
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 3 articles for 0.000 sec
Re: register-list.el --- Interactively list/edit registers     

Group: gnu.emacs.sources · Group Profile · Search for Rectanges in gnu.emacs.sources
Author: Bastien Guerry
Date: Mar 11, 2008 08:59

...with a handy mode for editing rectangles. Thanks for intersting tool, but it is not realy working. I get an "Wrong type argument: stringp" error when I store a number or rectange into register and call rectangle-list. I've fixed the problem about storing a number. Please check the latest version 0.1d: http://www.cognition.ens.fr/~guerry/u/register-list.el I'm not sure...
Show full article (0.97Kb) · Show article thread
Re: register-list.el --- Interactively list/edit registers     

Group: gnu.emacs.sources · Group Profile · Search for Rectanges in gnu.emacs.sources
Author: Marc Tfardy
Date: Mar 11, 2008 03:08

.... It comes with a handy mode for editing rectangles. Thanks for intersting tool, but it is not realy working. I get an "Wrong type argument: stringp" error when I store a number or rectange into register and call rectangle-list. From your register-list.el: ;; Put this file into your load-path and the following into your ~/.emacs: ;; (require 'register-edit) This ...
Show full article (0.89Kb) · Show article thread
Re: Scala and problems with OOP     

Group: comp.lang.functional · Group Profile · Search for Rectanges in comp.lang.functional
Author: Dmitry A. Kazakov
Date: Nov 11, 2007 01:38

.... When it stretches Squares or polymorphic objects it is not: declare X : Rectangle := ...; Y : Square := ...; Z : Rectangle'Class := -- Polymorphic object from the class Rectange begin Stretch (X, ...); -- No exceptions, because the type is specific Stretch (Y, ...); -- Can get Constraint_Error Stretch (Z, ...); -- Can get Constraint_Error end; As you see if we ...
Show full article (3.63Kb) · Show article thread