2006年06月08日 星期四 12:11
我这里也是啊,垃圾邮件里3封了,是不是有什么问题了? 在06-6-8,yongshun zhang <yongshunz1 at gmail.com> 写道: > > 莫千聪: > 你发的邮件都被gmail扔到垃圾邮件里了 > > 在06-6-7,莫千聪 <moqiancong at gmail.com > 写道: > > > > snlee 写道: > > > > On 06/06/06 at 21:25, 莫千聪 wrote: > > > > > >> 各位用Emacs开发的朋友, > >> 你们的python-mode在windows下是怎么设置的。 > >> > > > > Emacs 22 和 23 版本默认提供对 python 的支持,不用做什么配置了。如果你是 > > 用 http://sourceforge.net/projects/python-mode 上的这个包的话,只需要在 > > 配置文件(.emacs 或 _emacs) 里加上 > > > > (setq auto-mode-alist (cons '("\\.py$" . python-mode) auto-mode-alist)) > > (setq interpreter-mode-alist (cons '("python" . python-mode) > > interpreter-mode-alist)) > > (autoload 'python-mode "python-mode" "Python editing mode." t) > > > > > >> 那个.emacs.el是要自己创建吗? > >> > > > > 是的,在 Win 下默认是 c 盘跟目录下,文件名为 _emacs 就可以了 > > > > > >> 顺便说说在linux下的设置。 > >> > > > > touch ~/.emacs > > > 多谢,已经搞定。 > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > -- I like Python & Linux. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060608/96d63a7b/attachment.html
2006年06月08日 星期四 12:59
难道是人品问题,呵呵!换个名字看看不知道行不,要不就是邮箱名字不好。 2006/6/8, 员旭鹏 <recordus at gmail.com>: > 我这里也是啊,垃圾邮件里3封了,是不是有什么问题了? > > 在06-6-8,yongshun zhang <yongshunz1 at gmail.com> 写道: > > > > 莫千聪: > > 你发的邮件都被gmail扔到垃圾邮件里了 > > > > > > 在06-6-7,莫千聪 < moqiancong at gmail.com > 写道: > > > snlee 写道: > > > > > > > On 06/06/06 at 21:25, 莫千聪 wrote: > > > > > > > > >> 各位用Emacs开发的朋友, > > >> 你们的python-mode在windows下是怎么设置的。 > > >> > > > > > > Emacs 22 和 23 版本默认提供对 python 的支持,不用做什么配置了。如果你是 > > > 用 http://sourceforge.net/projects/python-mode > 上的这个包的话,只需要在 > > > 配置文件(.emacs 或 _emacs) 里加上 > > > > > > (setq auto-mode-alist (cons '("\\.py$" . python-mode) auto-mode-alist)) > > > (setq interpreter-mode-alist (cons '("python" . python-mode) > > > > interpreter-mode-alist)) > > > (autoload 'python-mode "python-mode" "Python editing mode." t) > > > > > > > > >> 那个.emacs.el是要自己创建吗? > > >> > > > > > > 是的,在 Win 下默认是 c 盘跟目录下,文件名为 _emacs 就可以了 > > > > > > > > >> 顺便说说在linux下的设置。 > > >> > > > > > > touch ~/.emacs > > > > > > > 多谢,已经搞定。 > > _______________________________________________ > > python-chinese > > Post: send python-chinese at lists.python.cn > > Subscribe: send subscribe to > python-chinese-request at lists.python.cn > > Unsubscribe: send unsubscribe to > python-chinese-request at lists.python.cn > > Detail Info: > http://python.cn/mailman/listinfo/python-chinese > > > > > > _______________________________________________ > > python-chinese > > Post: send python-chinese at lists.python.cn > > Subscribe: send subscribe to > python-chinese-request at lists.python.cn > > Unsubscribe: send unsubscribe to > python-chinese-request at lists.python.cn > > Detail Info: > http://python.cn/mailman/listinfo/python-chinese > > > > > > > > > -- > I like Python & Linux. > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to > python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to > python-chinese-request at lists.python.cn > Detail Info: > http://python.cn/mailman/listinfo/python-chinese > > -- 百炀斩
2006年06月08日 星期四 13:31
真是郁闷中, 过去在gmail里直接发一点问题没有,近来总是因为GFW的事情,上不了webgmail, 只好用pop3了,现在用的是ThunderBird发 gmail邮件。 不会说是因为用ThunderBird的事情吧! 百炀斩FireYang 写道: > 难道是人品问题,呵呵!换个名字看看不知道行不,要不就是邮箱名字不好。 > > 2006/6/8, 员旭鹏 <recordus at gmail.com>: >> 我这里也是啊,垃圾邮件里3封了,是不是有什么问题了? >> >> 在06-6-8,yongshun zhang <yongshunz1 at gmail.com> 写道: >> > >> > 莫千聪: >> > 你发的邮件都被gmail扔到垃圾邮件里了 >> > >> > >> > 在06-6-7,莫千聪 < moqiancong at gmail.com > 写道: >> > > snlee 写道: >> > >> > >> > > On 06/06/06 at 21:25, 莫千聪 wrote: >> > > >> > > >> > >> 各位用Emacs开发的朋友, >> > >> 你们的python-mode在windows下是怎么设置的。 >> > >> >> > > >> > > Emacs 22 和 23 版本默认提供对 python 的支持,不用做什么配置了。如 >> 果你是 >> > > 用 http://sourceforge.net/projects/python-mode >> 上的这个包的话,只需要在 >> > > 配置文件(.emacs 或 _emacs) 里加上 >> > > >> > > (setq auto-mode-alist (cons '("\\.py$" . python-mode) >> auto-mode-alist)) >> > > (setq interpreter-mode-alist (cons '("python" . python-mode) >> > > >> interpreter-mode-alist)) >> > > (autoload 'python-mode "python-mode" "Python editing mode." t) >> > > >> > > >> > >> 那个.emacs.el是要自己创建吗? >> > >> >> > > >> > > 是的,在 Win 下默认是 c 盘跟目录下,文件名为 _emacs 就可以了 >> > > >> > > >> > >> 顺便说说在linux下的设置。 >> > >> >> > > >> > > touch ~/.emacs >> > > >> > >> > 多谢,已经搞定。 >> > _______________________________________________ >> > python-chinese >> > Post: send python-chinese at lists.python.cn >> > Subscribe: send subscribe to >> python-chinese-request at lists.python.cn >> > Unsubscribe: send unsubscribe to >> python-chinese-request at lists.python.cn >> > Detail Info: >> http://python.cn/mailman/listinfo/python-chinese >> > >> > >> > _______________________________________________ >> > python-chinese >> > Post: send python-chinese at lists.python.cn >> > Subscribe: send subscribe to >> python-chinese-request at lists.python.cn >> > Unsubscribe: send unsubscribe to >> python-chinese-request at lists.python.cn >> > Detail Info: >> http://python.cn/mailman/listinfo/python-chinese >> > >> > >> >> >> >> >> -- >> I like Python & Linux. >> _______________________________________________ >> python-chinese >> Post: send python-chinese at lists.python.cn >> Subscribe: send subscribe to >> python-chinese-request at lists.python.cn >> Unsubscribe: send unsubscribe to >> python-chinese-request at lists.python.cn >> Detail Info: >> http://python.cn/mailman/listinfo/python-chinese >> >> > > > ------------------------------------------------------------------------ > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese
Zeuux © 2025
京ICP备05028076号