問題タブ [emacs23]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
8 に答える
11101 参照

emacs - Using prolog with emacs

I starting to get into Prolog, and I want to use my emacs as the IDE for programming in Prolog.

Currently I use emacs for c/c++. But not sure how to get started with Prolog. I know that emacs has a built in library for programming in emacs. However, I have researched and found it is feature less, i.e. no syntax highlighting, indention, etc.

So I have download the emacs prackage Prolog.el. I have loaded this library using M-X Load-library.

However, I am not sure what to do after that. How do I compile my prolog files? In the menu of the emacs IDE it has nothing for Prolog.

Do I also need to download some interpretor or compiler for Prolog? Is there an emacs command for compiling? I normally use make in emacs when compiling c code.

I did a yum search prolog and got these results, so with all these choices which one do I need?:

Many thanks for any suggestions,

================== EDIT =====================

I have installed the following pl.x86_64

I have download the prolog.el and put it the following directory:

And I have configured my emacs with the following:

So when I save a file as *.pl I get the prolog menu options.

So I write some prolog code and from the prolog menu, I select Run interactive prolog session

I get a second blank buffer open which says (Inferior Prolog:run Shell-Compile)

However, I am not sure what I need to do at this stage. How do I compile and run the prolog files?

Many thanks for any further support.

0 投票する
1 に答える
642 参照

emacs - Emacs 23.3 - default-mode-line-format は廃止されましたか?

emacs 23.1 から emacs 23.3 に切り替えました。構成ファイルに次のような設定がありました。

default-mode-line-formatEmacs はemacs 23.2 から廃止されたものを応答しmode-line-format、代わりに使用するように言っていますが、単純に置き換えるだけdefault-mode-line-formatmode-line-formatは機能しないようです。emacs 23.3で動作するように修正するにはどうすればよいですか?

0 投票する
1 に答える
153 参照

emacs - emacsでは、doステートメントとendoステートメントを一致させる

ご挨拶、

I am reviewing some code in the Gauss programming language. In it, loops can begin with do and end with endo? How do I see which endo matches which do. I want to see an outline of the structure of the code. What would be really cool is to highlight in different colors different blocks of code (e.g. main loop in blue, nested loop in yellow, loop nested inside that in green, etc).

a) How can I figure out the matching do/endo pairs? b) Is the color highlighting I described possible?

0 投票する
3 に答える
4149 参照

emacs - M-RETとM-UP/DOWNがコンソール/ターミナルのEmacsorg-modeで機能しない

emacs23GNOMEとCompizを搭載したUbuntu32ビット10.04/10.10で 使用しています。

Emacs(GUI)でプレーンリストを押すとM-RET、新しいアイテムが挿入されます。org-modeを押すとM-Up、アイテムがリストの上位に移動します。

emacs -nwこれらのキーは、ターミネーターとで期待どおりに機能しませんgnome-terminalM-Upキーは何もしませんが、キーM-RETはカーソルを1行下に移動し、位置をインデントするだけです。キーもで「機能」せず、代わりxtermに挿入されます。またはを\215押すと、期待される機能が生成されます。ターミネーターの下からアクセスするヘッドレスサーバーで実行した場合も、同じ問題が発生します。ESC-RETESC-Upemacs -nwsshgnome-terminalxterm

私はこれorg-modeに対する答えを一般的にそしてGmaneリストの両方で検索しましたが、何も見つかりませんでした。org-modeこれは、ターミナルエミュレータやウィンドウマネージャの既知の問題ですか、それとも関連していますか?

0 投票する
3 に答える
764 参照

emacs - Emacsのプラグイン

Windows用のemacsにlua-modeをインストールしようとしていますが、何も機能していないようです。HOME環境変数を設定しました。init.ellua-mode.elHOME\.emacs.dディレクトリに追加しました。次に、次のコードを追加しましたinit.el

emacsを起動して.luaファイルをロードしても何も機能しません。メジャーモードは常に基本モードに設定されており、他に変更するオプションはありません。これを機能させるにはどうすればよいですか?

0 投票する
1 に答える
660 参照

emacs - emacsサーバーの起動を開始できません

Emacsでstart-serverを実行すると、*メッセージ*バッファーに次のメッセージが表示されます。

このEmacsバイナリは、私のサイトの多数のホストで利用できますが、問題があるのは1つのホストだけです。原因がわからない。誰かが私がこれをデバッグし始めることができる方法についての考えを持っていますか?

0 投票する
4 に答える
5040 参照

emacs - 特定のemacsコマンドのキーボードショートカットを取得するにはどうすればよいですか?

これを行う機能はありますか?「describe-key」の逆のようなものですか?

0 投票する
2 に答える
1196 参照

emacs - カスタマイズしたemacsの読み込みを速くするにはどうすればよいですか?

emacsのinit.elにプラグインと構成を追加するにつれて、起動がますます遅くなっています。これを回避する方法はありますか?

0 投票する
5 に答える
9654 参照

emacs - emacsの良いカスタムキーバインディングは何ですか?

Emacs には、可能なすべてのキーボードの組み合わせが、そのコマンド間で既にランダムに分散されているようです。:p

新しいキーボード ショートカットを定義する場合、どこに配置すればよいですか? どのプレフィックスを使用すればよいですか?

例: 次の機能のショートカットを定義したい:

  • indent-buffer (Cc i、答えを得た後)
  • コメントまたはコメント解除領域 (Cc C)
  • rdebug (ruby デバッガー) (Cc R)
  • rsense-complete (ルビオートコンプリート) (Cc e)

これらをどこに置きますか?なんで?