GithubHelp home page GithubHelp logo

dea's Introduction

waipy

我的编程笔记杂感

dea's People

Watchers

 avatar

dea's Issues

find-dired behaves strangely

Hi everyone,
I tried the M-x find-dired, and then I entered into the dired-mode. Then I 
invoked M-x dired-do-query-replace-regexp for the marked files. To my surprise, 
each time I got a indication that "dired-move-to-filename: No file on this 
line", but I am sure the file is there. Then I tried to launch emacs -q without 
the Dea Configuration. Everything worked well. Any suggestion will be 
appreciated. 
BTW, how to find the bug when I meet a problem. I do not want to bother you 
each time. For me it will be really a long way to learn emacs. So this time, I 
could not behave as a user of emacs, but a slight developer. 
I am looking forward to a maillist for Dea. We could report the bug and receive 
the response as soon as possible.  
Thanks a lot for your attention,
Weidong

Original issue reported on code.google.com by [email protected] on 26 Nov 2010 at 6:13

Ubuntu 9.10下出现错误error: Font `fontset-courier' is not defined

Ubuntu 9.10是全新安装的,然后安装的Gnu Emacs 
23.1,按照您网页上的提示安装后
启动Emacs时出现以下错误:

Warning (initialization): An error occurred while loading
`/home/username/.emacs':

error: Font `fontset-courier' is not defined

To ensure normal operation, you should investigate and remove the
cause of the error in your initialization file.  Start Emacs with
the `--debug-init' option to view a complete error backtrace.

不知道应该如何解决这个问题?

Original issue reported on code.google.com by [email protected] on 10 Jan 2010 at 3:00

find-symbol.el 的一个默认设置

建议将find-symbol.el的下面的值默认设为t,否则找到代码后不能�
��确返回

(defvar fs-is-record-point nil "是否记录`find-symbol'到过的位置")

Original issue reported on code.google.com by [email protected] on 15 Oct 2009 at 3:00

bug 报告

r1295版本里文件 auto-complete-settings.el 里第 11 行处的 

(global-auto-complete-mode 1)

会导致如下错误;
Wrong number of arguments: called-interactively-p, 1


Original issue reported on code.google.com by [email protected] on 7 Sep 2010 at 4:20

File mode specification error

I always got an error when loading the files, it indicated that 
File mode specification error: (void-function subword-mode)
I am a new user, so I did not arrive to find the issue. It is not very serious, 
it seems everything still worked well, but I think I should report the issue 
here, hopefully several years later, we could attain an rather perfect DotEmacs 
for the ones who are more as a user (like me) than a developer (like you). At 
my very beginning of emacs nearly  one month ago,  it was a little hard to 
control DotEmacs of Dea in my power. Thanks to the www.emacser.cn, I got a good 
beginning. Now I would say, emcas is really powerful and the Dea configuration, 
it makes me no fear for the configuration of emacs.
Thanks again for the perfect project and your contribution.
Weidong 

Original issue reported on code.google.com by [email protected] on 26 Nov 2010 at 8:53

while running emacs with daemon mode , error message showed up.

What steps will reproduce the problem?
1. run emacs with command "emacs --daemon"
2. check the output with this command
3. error message showed up in console

What is the expected output? What do you see instead?

no error message showed

What version of the product are you using? On what operating system?
dea-1.4
emacs23
fedroa 14

Please provide any additional information below.

ad-handle-definition: `moccur-grep-mode' got redefined
Connection file "/tmp/emacs500/server" deleted

Accessing directories in Dired will REUSE the buffer
Building list of manual directory expansions...
Building completion list of all manual topics...
Turned ON changing cursor when Emacs is idle.
Warning (initialization): An error occurred while loading `/home/Devil/.emacs':

Wrong type argument: sequencep, mew-icon-directory

To ensure normal operation, you should investigate and remove the
cause of the error in your initialization file.  Start Emacs with
the `--debug-init' option to view a complete error backtrace.

Starting Emacs daemon.
Restarting server


Original issue reported on code.google.com by [email protected] on 4 Dec 2010 at 6:48

windows 7下的问题

我在windows 
7下安装了cygwin,按照你的方法进行了安装,但发现emacs目录
下的.emacs中的内容变成了
!<symlink>?

这是什么原因导致的?

Original issue reported on code.google.com by [email protected] on 4 Jan 2010 at 8:29

Attachments:

describe-symbol的一个小建议

好像只有describe-symbol 
有用,应该设置像describe-variable等一样,回车默认查询
光标所在词,光标在空格或无效符号时,可以自行输入要查询的
符号

Original issue reported on code.google.com by [email protected] on 15 Oct 2009 at 2:39

The Invalid Environment Variable

Ubuntu 10.04 emacs 23.2
我的Makefile里面用到了一些环境变量,设置我的工作路径,这
样不同电脑上就不用折腾路径。但是很奇怪就是如果用这个Do
tEmacs似乎就不认实我在bashrc中定义的环境变量。不仅仅是编��
�的时候不认识,我C-x 
C-f查找文件时输入路径中代环境变量也不认识。我的FlyMake也�
��效了。因为环境变量被屏蔽掉了。
我用emacs -q,不加载任何配置,结果都正常了,都认识了。
请给些建议吧,我找了半天也没找到是在那里被屏蔽或者修��
�掉了。


Original issue reported on code.google.com by [email protected] on 20 Nov 2010 at 6:45

Let: symbol's value as variable is void: cflow-buf-name

What steps will reproduce the problem?
1. C文件中,M-x cflow-function main 

What is the expected output? What do you see instead?
正常应该出现一个函数调用buf。
但是minibuf报错:Let: symbol's value as variable is void: cflow-buf-name

What version of the product are you using? On what operating system?
emacs-23.4 (手动编译安装的)
debian 7 x64 

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 23 Mar 2013 at 8:30

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.