Coder Social home page Coder Social logo

keithkim / cusp Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 0 B

Automatically exported from code.google.com/p/cusp

Common Lisp 61.98% HTML 11.74% C 0.27% Emacs Lisp 12.26% Scheme 1.88% Ruby 0.04% Makefile 0.25% TeX 0.05% Awk 0.01% Shell 0.18% Java 10.90% CSS 0.07% Batchfile 0.01% Perl 0.02% C++ 0.02% XSLT 0.03% M 0.30%

cusp's People

Contributors

skolos avatar bitfauna avatar bscottm avatar cemerick avatar eyaro avatar

Watchers

 avatar

cusp's Issues

CUSP leaves hanging LISP executables


Using latest CUSP from the update site:
From shell, pgrep for your lisp executable name.

Start Eclipse with CUSP.

From shell, pgrep for your lisp executable name.  Note that there is one
Lisp process.

Hit the reconnect button in the REPL tab.  

From shell, pgrep for your lisp executable name.  Note that there are two
Lisp processes.

Exit Eclipse.

From shell, pgrep for your lisp executable name.  Note that there are two
Lisp processes.




Original issue reported on code.google.com by [email protected] on 20 May 2010 at 7:05

Unexpected behaviour of Ctrl+Z after use of "[" shortcut

Assume the option of using "[" to enclose next sexp in "()" is activated
(from Window > Preferences > Lisp > Editing). 

Follow the instructions bellow to reproduce the behaviour. After each
instruction is an illustrations of its output, where the symbol "|"
represents the cursor position.

1. Put the cursor right before a certain sexp (0, for example):
    |0
2. press "[", you'll get something like:
    (| 0)
3. press Ctrl+Z to undo the previuos action, and you'll get:
    0|
   with the sexp being selected!

The undo action (Ctrl+Z) should put the editor in its previous state, that was:
    |0
with the cursor before the sexp (where it originally was) and without
selecting the sexp at all.

So there are two problems after using "[" + undo:
 - the position of the cursor is changed and
 - the sexp is selected.

This was observed with Cusp 1.0.414
(early released at cusp-development group, see
http://groups.google.com/group/cusp-development/browse_thread/thread/15a3a92e9e4
2fcfb)
and Eclipse 3.5.0 on Ubuntu Linux.

Original issue reported on code.google.com by [email protected] on 13 Sep 2009 at 2:08

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.