cost 325 ms
用于混合PHP和HTML的Emacs 23 - Emacs 23 for mixed PHP and HTML

我正在尝试将emacs23.1.1与nXhtml一起用于Web开发,编写混合的PHP和HTML。 但是无论何时,我似乎都会遇到一些奇怪的emacs行为。 作为一个示例,我编写了以下代码: 当我写echo "a"; ,我转到上一行并按Cj并开始键入-然后按; (,执行相同操作) ...

2013-07-01 18:15:52   1   182    emacs / nxhtml  
在Windows上安装emacs插件 - Installing emacs plugins on windows

我已经查看了其他主题,但我仍然找不到解决方案。 我正在尝试在Windows 7中为Emacs安装“nxhtml”插件。我已经将“HOME”环境变量设置为“C:\\”。 所以,我的.emacs.d文件夹就在那里,我将nxhtml放在那里并将以下行添加到我的“_emacs.d”文件中,正如自述文 ...

Emacs-nxhtml-mode-内存已满 - Emacs - nxhtml-mode - memory full

在emacs中使用nxhtml-mode时,几个星期以来我遇到了问题。 在工作期间,emacs意外暂停,直到在模式行“!MEM FULL!”中显示一条消息为止; 显然,nxhtml-mode会填满内存,直到emacs停止工作为止。 我正在使用html,php和css文件。 我不知道如 ...

下划线作为前进单词不起作用的单词的一部分 - Underscore as part of word for forward-word not working

我试图让下划线被视为forward/backward-word功能的一部分,如此处和此处所述 。 我特意试图让这个工作用于nxhtml模式,但是真的希望它适用于所有模式。 我已经修改了我的site-start.el文件,但有些方法却无济于事。 但是如果我在缓冲区中手动执行命令Mx mo ...

如何在php / html文件打开时使emacs加载nXhtml并阻止它在启动时加载 - How can I make emacs load nXhtml only when php/html files are open and prevent it from loading at startup

因此,为了优化emacs启动时间,我更喜欢在钩子或eval-after-load中封装所有mod。 所以我想出了python,cpp和latex,但我坚持使用nXhtml。 我尝试了以下方法: 这根本不起作用。 编码 : 加载nXhtml的某些部分,但是nXhtml模式 ...

每次打开 a.html.erb 文件时都会设置 eruby-nxhtml-mumamo-mode - Having eruby-nxhtml-mumamo-mode be set every time I open a .html.erb file

我下载了 nxhtml 并解压了它。 然后我把它放在 my.emacs 文件中。 当我打开 an.html.erb 文件时,它没有设置正确的模式(因此语法突出显示不正确)。 我知道 require 语句运行正确 b/c 我可以手动将 aquamacs 设置为 eruby-nxhtml-mumamo ...

小马模式可以和django-html-mumamo模式一起使用吗? - Can pony mode be used with django-html-mumamo-mode?

我刚刚开始使用Django,我想使用支持框架的模式。 我浏览了django wiki ,发现Django有很多emacs模式,这让我很难决定使用哪种模式。 Pony模式具有许多功能,使工作流程更容易,django-html-mumamo-mode看起来非常适合编辑模板。 我想使用这两种模式 ...

根据要编辑的文件更改Emacs加载的内容 - Altering what Emacs loads depending upon file being editted

目前,要使用某个插件(nxhtml),我在.emacs中放置了以下语句, 因此,每次我打开emacs时,都会加载该文件,无论我是否正在编辑该插件适用的文件(例如.htm)。 这种加载是不希望的,因为它需要花费几秒钟的时间,如何更改我的设置,以便仅在编辑.htm或.css文件时才加载此插 ...

2011-12-20 20:58:08   2   121    emacs / nxhtml  
采用 <TAB> 在nxhtml模式的PHP缓冲区中使用文本 - Use <TAB> to intent text in nxhtml-mode PHP buffer

我使用nxhtml进行Web开发。 到目前为止,我对默认设置非常满意,但这个让我感到非常震惊。 我经常使用CI,当我必须编辑语言文件时,我想让它们保持整洁: 遗憾的是,使用默认的TAB行为,我无法将新数组项放在正确的位置。 TAB什么都不做。 有任何想法吗? ...

如何使用nxhtml配置Emacs(v 23)以遵循Kohana编码标准? - How to configure Emacs (v 23) with nxhtml to follow Kohana coding standards?

我正在尝试配置Emacs v23以遵循PHP的Kohana编码标准。 我正在使用带有nxhtml插件的Emacs。 我可以看到indent-tabs-mode在缓冲区中设置为t,但是当我按Tab键缩进代码时,我看到插入了两个空格而不是TAB字符。 可能有什么不对? 这里是我的 ...


 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM