elisp tag

8 questions


1 answers
123 views
0
Please tell me how to learn the entire Emacs editor.

I can use Common Lisp and Racket.I use Vim and DrRacket.I would like to know how to efficiently learn GNU Emacs, Spacemacs, Slime, Lem, etc., including Emacs editors and their packages.I'd like to get...

1 years ago

3 answers
105 views
0
I want to read Emacs source code while searching for functions in Emacs.

I wanted to read the Emacs source code, so I could access the elisp source code that defines functions in C-hk and C-hf, but When I tried to access a more core part of the source file written in C lan...

1 years ago

1 answers
76 views
0
Using smartparens and web-mode at the same time will complement one extra >

I am using Emacs 24.4.Using smartparens and web-mode at the same time may complement one more > when handling erb files.Specifically, <%= complements one more > as in %>>.It seems that ...

1 years ago

7 answers
122 views
0
EASILY ACCESSING JSON DATA CONVERTED TO S EXPRESSION

Emacs24 comes standard with a JSON library called json.el.This only provides encoders and decoders, and how to handle the converted S formula varies from user to user.Functions such as car/cdr/assoc/e...

1 years ago

1 answers
84 views
0
Understanding Unrated Frame Locations for emacs

When using emacs, I see unrated frame positions (?) such as (left+-7).(For example, if you launch as emacs-q in your environment and evaluate (frame-parameters(window-frame(selected-window)) in *scrat...

1 years ago

1 answers
69 views
0
I want emacs to format the space-separated columns in a nice way.

For example, the following is the migration code for rails:class CreatePosts<ActiveRecord::Migration [6.0] def change create_table —posts do | t | t.string: title, comment: 'Title' t.text:body, com...

1 years ago

2 answers
130 views
0
difference between fret and cl-flet

In order to avoid (require'cl) in Emacs Lisp, writing code using cl-lib as an equivalent alternative resulted in unexpected results.(defun foo()(get-buffer hoge)))(cl-flet((get-buffer(buf-or-name)) ...

1 years ago

1 answers
64 views
0
How do I enable a tramp connection to s3?

If you use aws3ls or aws3cp in aws-cli, you can use In principle, I feel like I can put it on a trap.By tapping aws-cli internally, is it possible to achieve access to s3 with Trump?If possible, how c...

1 years ago

© 2024 OneMinuteCode. All rights reserved.