emacs tag

34 questions


2 answers
49 views
0
Understanding How to Key C-> on Mac emacs

I wanted to use mark-multiple, so I installed it on emacs.The settings are as follows, but (require'mark-more-like-this)(global-set-key(kbd C-<)'mark-previous-like-this)(global-set-key(kbd C->)'...

1 years ago

1 answers
79 views
0
Emacs Does Not Start on Linuxmint

I installed Emacs, but I can't open them.I downloaded Emacs by referring to the site below.http://baker-street.jugem.jp/?eid=636

1 years ago

2 answers
88 views
0
Write OCaml in Emacs

I'm a beginner at OCaml.I'd like to write an OCaml program in Emacs, but how should I set the emacs mode in ocaml?I tried the following settings in package.el, but I couldn't find ocaml in the list yo...

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

2 answers
92 views
0
I would like to obtain a list of files that ask me at the end of emacs, "Are you okay with any changes?"

Save file XXXXXX (OPTIONS) will be displayed at the end of emacs when the file is not edited and saved.Rather than confirming whether to save or not by displaying them one by one, I thought, I would l...

1 years ago

2 answers
63 views
0
How do I edit or develop a configuration file (init.el) in emacs that has a large and different configuration?

Usually, when I edit the emacs configuration file group, I do it myself.Currently, I would like to make corrections to init.el, which is very different from usual, if necessary, while actually trying ...

1 years ago

1 answers
47 views
0
GNU Global Created gtags Too Large

GNU Global is creating a huge file with a gtags file greater than or equal to 10G.As a result, the CPU and memory are running at full capacity and are completely useless.Yes, We are currently killing ...

1 years ago

1 answers
110 views
0
How to automatically load configuration files at emacs startup

Regarding the proposed configuration file, I am having trouble entering the load-file command every time I start because it is not loaded at startup.What should I do to automatically load every time I...

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

3 answers
50 views
0
I want to delete the spaces between x and x with confirmation in Emacs.

Please tell me the command to delete A certain character A and C between B in Emacs with confirmation (query).As a concrete example, we would like to remove only one blank between two x.What commands ...

1 years ago
« - 2 - »

© 2024 OneMinuteCode. All rights reserved.