Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/lem-project/lem

Common Lisp editor/IDE with high expansibility
https://github.com/lem-project/lem

Move some utility functions under commands/utils.

c5d2d61193b638cb2c40329ab73e5146e819a2e8 authored over 1 year ago
Fix test name when starting with "#"

5db39b4e450b0b9d4c73960adf36b25139ca540b authored over 1 year ago
indent

4667074d9bba3478766a0394c53ee42cc597e7a8 authored over 1 year ago
Move command-utils -> commands/utils.

8c92c6117499eebe62fa7f13f37bec5b1de1109c authored over 1 year ago
Delete empty-line because it's not used.

3879a9796fcaba840b33e5f102be5613ae2cb1ae authored over 1 year ago
Add 'gU' and 'gu' for vi-mode to upcase/downcase a region.

9ff2dd7bce2a5f16bce72b2b294f42ab4e90005f authored over 1 year ago
Refactor definitions of vi-mode operators.

e8c9b0255d5c4a88e4f9c4b5e6d2c0c242a09bbd authored over 1 year ago
add parameters to redisplay-evaluated-message

dc1508188fb501af452cb2126d9021b45b313fd3 authored over 1 year ago
add sent-string-to-listener

8f2cb158cec1dc86192b7526082e1e09e613ba10 authored over 1 year ago
fix find-overlays

64b6adb62d404f041e084c9206d454577d9a48c3 authored over 1 year ago
remove unused functions

c21cfd2ca67cd7362a697b61d57599773e78e628 authored over 1 year ago
Merge pull request #957 from Sasanidas/main

Add test detection with detective and some handy lisp commands to run the test on the REPL

d2d6e6deb01473b83a8edd63f2dda7a0bd10cbb7 authored over 1 year ago
Add command to run the test-suite

110ed5d6c9a5f0f54a6b0c1e0989917ba5016635 authored over 1 year ago
Add the ability to run the current test or a test in the buffer

- Add the commands lisp-test-run-buffer and lisp-test-run-current

998b21b2d6fe00dc4dcc7a9821737a5b5eb92409 authored over 1 year ago
Add capture-reference implementation to lisp detective

dd1894cab0b2ecd8a8cc2f57dc17eaa768fef2f8 authored over 1 year ago
Capture lisp tests with the misc regex

5a190d44db1f837323441c64bcd248be3d601752 authored over 1 year ago
Add current-reference function to detective

557ae3680508e2d5e36d708605cb2b175ecc14bc authored over 1 year ago
Add option to force the reference change with detective

ede0f680fb17d6aecf4259e4e1184bb8a44654ba authored over 1 year ago
Add key prompt to detective %get-reference

630938bb773ea3e89823e1331f1d6ee6b5e91682 authored over 1 year ago
Merge pull request #950 from fukamachi/vi-mode-number-option

Add "number" option to show line numbers in vi-mode.

fea63c7e8a06871222e0ad0f8cb2bb9ac267300b authored over 1 year ago
Add "number" option to show line numbers in vi-mode.

Also, stop defining functions for each option, because 'number' conflicts with the 'cl' package....

4abf032369fcdfa65559dfa150773d9a89343d0e authored over 1 year ago
Avoid extra whitespaces after open-line is executed

0c723ed083c1955a617bad624b4232fde9ac62b8 authored over 1 year ago
Merge branch 'main' of github.com:lem-project/lem

c50a872f4ad0c20358b8702dbdb67ec4bff5e52a authored over 1 year ago
fix line-string/attributes when :sticky-attributes is set

8ff8e483c703c50fb4c59d0cee8ab18a22ea2bea authored over 1 year ago
Merge pull request #949 from fukamachi/paredit-trivial-changes

Small changes to paredit-mode

1b5368f75fd2e99401e7e1b6643af08feb7df00a authored over 1 year ago
Make paredit-[forward|backward] to go up when the beginning/end of a compound list.

b0956517da6884566a10bacca9a2ff8253650de5 authored over 1 year ago
Export paredit-wrap-round and paredit-meta-doublequote.

3c24dfb2ad5af428de8cb5ba95ef74418ed40b1e authored over 1 year ago
Add `M-"` (M-x paredit-meta-doublequote) to wrap a form by double quotes.

496b4b90251cdb2fd7be27ee6e885f236623b165 authored over 1 year ago
Bind paredit-splice-backward to M-Up.

03729df21896eb678636716a745359b186148601 authored over 1 year ago
Make M-x paredit-raise work for a form when the cursor is on an open paren.

;; An example form and '|' means a cursor
(if expert-p
|(menu-bar-mode -1)
(menu-bar-mode...

ffacbe4e8fc17b41f435a422d644622d67652013 authored over 1 year ago
Add a space at the beginning on M-x paredit-wrap if needed.

9a403437448d4eb1fb56671a632925b6db40baea authored over 1 year ago
Add a backslash when inserting a doublequote in a string in paredit-mode.

e4b9c7a0d9f8892d6fd5f82b350da19f47128e71 authored over 1 year ago
Merge pull request #948 from fukamachi/vi-mode-comma

Add ',' to search in the line repeatedly but backward

60fb72014c6b8a589a6fb11003a87ab6a277dc90 authored over 1 year ago
Add ',' to search in the line repeatedly but backward (opposite to ';').

1abc5f427e3c62f55e0094942802f5116e5378b9 authored over 1 year ago
Merge pull request #947 from fukamachi/fix/trailing-spaces-mode-on-popup

Don't highlight trailing spaces in popup windows.

3d50cb1646dadd6081ee90e613cd3524efc8a814 authored over 1 year ago
Merge pull request #946 from lem-project/update-docs-20230813-142209

update docs/default-keybindings.md 20230813-142210

5adcc21cf780801a7623fe6a05c870279c97ad72 authored over 1 year ago
Don't highlight trailing spaces in popup windows.

9a05f665cce6584bcf4ad8d8e35f1d3865f16a9e authored over 1 year ago
update docs/default-keybindings.md

fc012385d824dfb431a61bd4945459a26ab249a5 authored over 1 year ago
Merge pull request #908 from fukamachi/vi-mode-options

Introduce Vim's options feature, and add `:set` & `:cd`

1c4367c894a2ff31461f110972b6c900ed5cea7a authored over 1 year ago
Merge branch 'main' into vi-mode-options

dc4b3abfff5d350684b094ba913b4a4ceecd3383 authored over 1 year ago
Use lem:editor-error to show error messages in vi-mode options.

0f2d43260ab8c7bdc92a12af765aec43d7a0127e authored over 1 year ago
Merge pull request #942 from fukamachi/cursor-shape

Add lem-if:update-cursor-shape to change the cursor's shape for lem-ncurses

ef6f4c817098f0dbefe48689a782c5ee7c4b5079 authored over 1 year ago
Use lem:show-message to specify the timeout.

324eb1f995e583949d87754a54a6cf251c81fa93 authored over 1 year ago
Change the type of symbols in defpackage to keywords.

2fe5626c6227be25036f42aa01d083286a939508 authored over 1 year ago
Fix lem-if:update-cursor-shape. (typecase -> case)

6674804e0d0e630368a5801a16795eec1bc96368 authored over 1 year ago
Merge branch 'main' into vi-mode-options

46db6744aa12c436e646a72b30f2123b1fcf839e authored over 1 year ago
Add lem-if:update-cursor-shape to change the shape of the cursor for lem-ncurses.

dc1cdf03045767c30a083793039f05d07ace19a7 authored over 1 year ago
fix

89d354d2407f07f6f49dfae042c05194c6532445 authored over 1 year ago
Merge pull request #909 from fukamachi/vi-mode-noh

Add :noh command of vi-mode for turning the isearch's highlight off.

9d66f1d5a7b759cda76191eb5793e2e50e43fa2f authored over 1 year ago
Merge pull request #910 from lem-project/enable-syntax-highlight-in-listener

Enable syntax highlighting in the listener as well

1a047d4caa8063a4396b4946a570b31934ef8d28 authored over 1 year ago
Enable syntax highlighting in the listener as well

62ff05e58ce11388ad9469abe592c7b2c9f9b76b authored over 1 year ago
Add :noh command of vi-mode for turning the isearch's highlight off.

56843e137c93180bb25a273b778a46ab7bd09e56 authored over 1 year ago
Add functions for each vi-mode options, like 'lem-vi-mode:autochdir'.

856ce318c8af8eceea570c21a4806f39e69cfb30 authored over 1 year ago
Allow to change the CWD when switching a window/buffer.

1756e7b0a4e79821f1cc899bcb39a80e8612e48a authored over 1 year ago
Implement filename modifiers.

Works only 'h', 'p', 'e', 't', 'r'.

5ea9a560bfa5149a6db89a842eecc4ac5783b789 authored over 1 year ago
Allow to work 'autochdir' option only when find-file is executed.

33c63dbf86094bccac9a89c1fe53a06fe2b82898 authored over 1 year ago
Add :cd command for vi-mode.

51954cbf86f4612641b5ae33aa87e93cdcb8c754 authored over 1 year ago
Change the base directory to the current directory when finding a new file in vi-mode.

Related ex commands are :e, :vs, and :sp.

9817cfb02273ad9113ca04c3cbcd202edd49e6b1 authored over 1 year ago
Add :set command to vi-mode.

f5954136cda0b1a7c2bba5f13760d4f3a45fc373 authored over 1 year ago
Add Options feature to vi-mode in the package named 'lem-vi-mode/options'.

20d7364b21d8d7139701fd080faa0b3d02594357 authored over 1 year ago
Merge pull request #906 from fukamachi/vi-mode-find-char-repeat

Add ';' for vi-mode to find a char in the same line repeatedly.

8bb460b9bf4fe4cfd1d8ec8dfd5e32abd07a5416 authored over 1 year ago
Add ';' for vi-mode to find a char in the same line repeatedly.

8a705842e074edfde873aad83ba57ed77cb85b1d authored over 1 year ago
Merge pull request #905 from kamysheblid/main

added help to cli

6dca2a30a8afa03dd9a199655fab3f18b90a5264 authored over 1 year ago
added help to cli

b5f6d1d10f0c632b3cdfc14bd214d7e2454758b0 authored over 1 year ago
code format

0645de0a71daff2c280056f8d8ccc82dc7aff288 authored over 1 year ago
fix config

9310c43da5db878e28f44559dffda877531c0711 authored over 1 year ago
Merge pull request #904 from kamysheblid/main

Attempt #2: config-plist errors out when ~/.lem/config.lisp is empty

4df31d04a952572e68300418c7aa295af2589d1e authored over 1 year ago
Merge branch 'main' of github.com:lem-project/lem

fa715b738f9ef105362e281876902c30fdb81e0b authored over 1 year ago
Attempt #2: config-plist errors out when ~/.lem/config.lisp is empty

84300915447d089380966a08b64b8b080ee5ec80 authored over 1 year ago
Merge pull request #902 from kamysheblid/main

lem-core:config-plist errors out when ~/.lem/config.lisp is empty

44d193a11bb67f630b3c11cdd5da6bcec4e1dc8b authored over 1 year ago
lem-core:config-plist errors out when ~/.lem/config.lisp is empty

14c6c96ed9b9c40d44835097693cf25cd8d7c3d5 authored over 1 year ago
remove unused lisp-echo-arglist

e97e951acefc9e0c06d3b46edaaefd354222789e authored over 1 year ago
fix change-package

f90df69af39acddcc387ac5b8737a14655c707e3 authored over 1 year ago
Merge pull request #900 from lem-project/directory-mode-rename-file

Add directory-mode-rename-file command

91ac90c7dec0b3f1a0feb88d8aa56d60a149b167 authored over 1 year ago
Merge pull request #898 from fukamachi/vi-mode-switch-buffer

Add :b and :bd command for vi-mode.

4c9bc7bac94f243e0e71c91be8e9e9e2c80ab7d7 authored over 1 year ago
Allow no arguments for :bd to kill the current buffer.

b557b77ad9cdb5c894b92529234b41c065c6e768 authored over 1 year ago
Merge pull request #899 from fukamachi/add-lisp-sldb-mode-hook

Add lem-lisp-mode:*lisp-sldb-mode-hook*.

bfb29bca384340b094f6c75f9e3176812d5245bd authored over 1 year ago
Add lem-lisp-mode:*lisp-sldb-mode-hook*.

ce53df072a92e92d0abc86af2caa1bcd6cf47887 authored over 1 year ago
Add :bd (M-x kill-buffer) for vi-mode.

617ad6a6bcd03830388624279a4bb2079f4c12d4 authored over 1 year ago
Add :b command, which is equivalent to M-x select-buffer, for vi-mode.

8eb119dae8537e9a809ccfc636ff9dbf4e49f9b5 authored over 1 year ago
add directory-mode-rename-file

c0687d0aebe2ce1379a74519cd5455309ae1162d authored over 1 year ago
extract function

082d46ad41c7ab229c0a5567912ba5bb55a3129b authored over 1 year ago
Merge pull request #896 from fukamachi/add-lisp-repl-mode-hook

Add lem-lisp-mode:*lisp-repl-mode-hook*.

6c8e941d57fbe50a4b42d60ca3d3742c09480ee1 authored over 1 year ago
Add lem-lisp-mode:*lisp-repl-mode-hook*.

55d0cbc1d54f1c693b84fa5a1867cb2384236868 authored over 1 year ago
Merge pull request #893 from lem-project/update-docs-20230806-142804

update docs/default-keybindings.md 20230806-142805

02c7f11776fe9d1eb3571582e724adc92f3bf4a6 authored over 1 year ago
update docs/default-keybindings.md

4246b45f527f8fce099b79ac75732dc37bd43739 authored over 1 year ago
Merge pull request #892 from lem-project/macrostep

Macrostep

973be8705caa4fe1cf7fb5d4cfad6b221bcfc6d1 authored over 1 year ago
rename package

e50c0d13387e2b9ab434e783969968fc73b9523a authored over 1 year ago
fix

db80da23bf75a94f8a9d95241161229a678ee3ba authored over 1 year ago
add help message

f8506051ef08fecf41da081ab5e3edfd5146b651 authored over 1 year ago
fix the cursor position after undo

accb0ee6d5dabb6b01593ab03605831a0a178fc4 authored over 1 year ago
set underline-color

77dae36e5f5a45a14df8604942a0578c59a99ab3 authored over 1 year ago
cleanup buffer-modified-p

9268bf55faa15c554851a0bbfdb00ed02d6d3ada authored over 1 year ago
fix searching subform-overlay

84bcb40dbc448416541266f88282f78ca4ae92af authored over 1 year ago
fix

4d82b91a8612f0f057bcccc266d18740f2aeaa47 authored over 1 year ago
tweak message

a95567491f8879ba105023db949773483cd387c5 authored over 1 year ago
fix

0d316637f08e4b63243507ef66406816d6422888 authored over 1 year ago
add some move-form functions

c8bf3a0f7cd7e0d306f89744d3fd4dd9d750026f authored over 1 year ago
backward-up-list -> up-list

ee8776741e2c51b055c7d1f6d3bc5cf19da92ba4 authored over 1 year ago
move definitions

7ed2e28e34d5c87facf6e065688e100155d06cf0 authored over 1 year ago