source: release/1.10/source/cocoa-ide/hemlock/src

Name Size Rev Age Author Last Change
../
bindings.lisp 37.5 KB 16022   11 years Shannon Spires comment showing how to bind a keystroke to Inspect Symbol
buffer.lisp 21.6 KB 14480   14 years Gary Byers Compensate for CRLF line-termination in meta-. Fixes ticket:741, but …
charmacs.lisp 3.7 KB 12108   16 years Gary Byers SYNTAX-CHAR-CODE: treat characters with codes >= 256 as if they were …
charprops.lisp 34.8 KB 13710   15 years R. Matthew Emerson copy-line-charprops: when the specified interval is 0 (that is, when …
cocoa-hemlock.lisp 3.3 KB 12859   15 years gz Make sure that all hemlock functions defined outside of hemlock are in …
command.lisp 21.9 KB 15334   13 years Gary Byers Fix ticket:958 (select previous/next line at beginning/end of buffer.)
comments.lisp 15.3 KB 6597   18 years Gary Byers Use KILL-RING-PUSH to push on kill ring (and copy to clipboard.)
completion.lisp 20.0 KB 8428   17 years gz Merge of the 'event-ide' branch. Hemlock's thread model has been …
decls.lisp 2.6 KB 8428   17 years gz Merge of the 'event-ide' branch. Hemlock's thread model has been …
defsyn.lisp 8.6 KB 13186   15 years gz A bunch of Hemlock Lisp mode changes: * Add parsing support for …
display.lisp 19.0 KB 15966   11 years gz Rename hemlock:paren-matching-bounds to …
doccoms.lisp 12.5 KB 8428   17 years gz Merge of the 'event-ide' branch. Hemlock's thread model has been …
echo.lisp 26.7 KB 14721   14 years gz Add a m-x Set Default Package command; Also make ? do help in echo area.
echocoms.lisp 13.4 KB 10614   16 years gz bunch of #+debug stmts
edit-defs.lisp 19.2 KB 15906   11 years gz Introduced a new convention: symbols exported from the HEMLOCK package …
filecoms.lisp 25.5 KB 15955   11 years Shannon Spires New variable hemlock:*isearch-is-global*. If true, the incremental …
files.lisp 4.4 KB 8428   17 years gz Merge of the 'event-ide' branch. Hemlock's thread model has been …
fill.lisp 28.3 KB 10290   16 years Gary Byers Don't make OPTIMIZE declamation persist at load time.
font.lisp 3.1 KB 12859   15 years gz Make sure that all hemlock functions defined outside of hemlock are in …
hemlock-ext.lisp 5.7 KB 12057   16 years Gary Byers Fix malformed type declaration in %SP-BYTE-BLT.
htext1.lisp 27.2 KB 12564   15 years gz Make buffers keep track of their lines in a vector, use that for a …
htext2.lisp 19.6 KB 15928   11 years gz In printing hi:mark objects, limit the amount texts shown before and …
htext3.lisp 15.0 KB 12859   15 years gz Make sure that all hemlock functions defined outside of hemlock are in …
htext4.lisp 18.9 KB 12859   15 years gz Make sure that all hemlock functions defined outside of hemlock are in …
indent.lisp 10.5 KB 12285   15 years mikel collapse-if-selection was modifying point in a way that confused …
interp.lisp 16.2 KB 15886   11 years gz Added function HI:COMMANDS-AND-BINDINGS, returns a list of (command . …
isearchcoms.lisp 12.2 KB 15967   11 years gz Oops, missed one in r15965
key-event.lisp 24.7 KB 9143   17 years Gary Byers Conditionalize out MOUSE-TRANSLATION-INFO.
keysym-defs.lisp 7.0 KB 12626   15 years Gary Byers For Cocotron, the keysym "Backspace" has code 8, not 127 (and not an …
killcoms.lisp 18.6 KB 15445   12 years Shannon Spires New variable hemlock:*kill-ring-pushes-to-clipboard*. Set to true for …
line.lisp 7.7 KB 12564   15 years gz Make buffers keep track of their lines in a vector, use that for a …
lispmode.lisp 88.3 KB 16109   10 years Shannon Spires Fix indentation for #'if to match Emacs. (All subexpressions should …
listener.lisp 33.1 KB 14904   13 years Gary Byers Try to fix ticket:845 a different way. ACTIVE-LISTENER-WINDOWS returns …
macros.lisp 18.8 KB 13186   15 years gz A bunch of Hemlock Lisp mode changes: * Add parsing support for …
main.lisp 7.7 KB 13135   15 years gz Do not set global value of *current-buffer*
modeline.lisp 8.0 KB 12859   15 years gz Make sure that all hemlock functions defined outside of hemlock are in …
morecoms.lisp 20.0 KB 15291   13 years Gary Byers cocoa-ide/app-delegate.lisp: move MAYBE-FIXUP-APPLICATION-MENU here, …
package.lisp 17.4 KB 15966   11 years gz Rename hemlock:paren-matching-bounds to …
pop-up-stream.lisp 1.3 KB 8428   17 years gz Merge of the 'event-ide' branch. Hemlock's thread model has been …
register.lisp 5.9 KB 8428   17 years gz Merge of the 'event-ide' branch. Hemlock's thread model has been …
ring.lisp 7.4 KB 8428   17 years gz Merge of the 'event-ide' branch. Hemlock's thread model has been …
rompsite.lisp 5.6 KB 8428   17 years gz Merge of the 'event-ide' branch. Hemlock's thread model has been …
search1.lisp 26.0 KB 16132   10 years Shannon Spires Get rid of bogus "Zero length search string not allowed" error when …
search2.lisp 7.5 KB 6   21 years Gary Byers Initial revision
searchcoms.lisp 20.8 KB 16046   11 years gz Split off search-match-type for possible use elsewhere
streams.lisp 8.6 KB 8428   17 years gz Merge of the 'event-ide' branch. Hemlock's thread model has been …
struct.lisp 16.8 KB 15291   13 years Gary Byers cocoa-ide/app-delegate.lisp: move MAYBE-FIXUP-APPLICATION-MENU here, …
symbol-completion.lisp 15.7 KB 11674   16 years R. Matthew Emerson Correct usage of ~:[ in a couple of places.
syntax.lisp 22.9 KB 8428   17 years gz Merge of the 'event-ide' branch. Hemlock's thread model has been …
table.lisp 27.0 KB 15886   11 years gz Added function HI:COMMANDS-AND-BINDINGS, returns a list of (command . …
text.lisp 21.7 KB 12284   15 years mikel exported collapse-if-selection backward sentence was collapsing forward
undo.lisp 9.0 KB 8428   17 years gz Merge of the 'event-ide' branch. Hemlock's thread model has been …
vars.lisp 7.6 KB 8428   17 years gz Merge of the 'event-ide' branch. Hemlock's thread model has been …
views.lisp 12.9 KB 15983   11 years Shannon Spires Fix some now-inaccurate documentation.
  • Property svn:ignore set to *~.*
Note: See TracBrowser for help on using the repository browser.