由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - two emacs problems
相关主题
Display line number in EMACS??????[转载] a simple but weird question about the usage of "test" in RH6.2 !
how to change the date attribute of a fileHelp: wrong operation; mv---->rm.
关于ssh的问题what is kernel locking
[转载] emacs problemhow to configure networking after installation
怎么配置emacs才能达到类似Visual Studio的显示效果?help me! Re: how to configure networking after installation
【贴图】这个人的Emacs + GDB 是怎么做出来的? (转载)how to use batch file to ftp files in UNIX?
HELP, a question about the library path,what's wrong with this ftp batch file?
file problem in unixan unixquestions, Please help!
相关话题的讨论汇总
话题: emacs话题: line话题: register话题: problems话题: number
进入Unix版参与讨论
1 (共1页)
w****r
发帖数: 9
1
Hi Daxia,
I have two emacs problems:
1. I have the line number displayed in the mode line. But when the line number
is much big, it will display ??. Anyone know how to solve it?
2. How to let the emacs remember my current position. when you
go somewhere, you can come back to this position quickly. Like VC++?
Thanks,
p****s
发帖数: 3184
2

(setq line-number-display-limit 999999999999999999999999999999999999999999)
Read the "Register" section in Emacs manual.
Save current point to a register: M-x point-to-register
Jump to a saved point: M-x jump-to-register

【在 w****r 的大作中提到】
: Hi Daxia,
: I have two emacs problems:
: 1. I have the line number displayed in the mode line. But when the line number
: is much big, it will display ??. Anyone know how to solve it?
: 2. How to let the emacs remember my current position. when you
: go somewhere, you can come back to this position quickly. Like VC++?
: Thanks,

w****r
发帖数: 9
3
pjones,
thanks!!!

【在 p****s 的大作中提到】
:
: (setq line-number-display-limit 999999999999999999999999999999999999999999)
: Read the "Register" section in Emacs manual.
: Save current point to a register: M-x point-to-register
: Jump to a saved point: M-x jump-to-register

1 (共1页)
进入Unix版参与讨论
相关主题
an unixquestions, Please help!怎么配置emacs才能达到类似Visual Studio的显示效果?
Re: Emacs高手帮忙定义几个热健【贴图】这个人的Emacs + GDB 是怎么做出来的? (转载)
Re: 为什么emacs自动给我加^M.HELP, a question about the library path,
Re: 这是为什么?file problem in unix
Display line number in EMACS??????[转载] a simple but weird question about the usage of "test" in RH6.2 !
how to change the date attribute of a fileHelp: wrong operation; mv---->rm.
关于ssh的问题what is kernel locking
[转载] emacs problemhow to configure networking after installation
相关话题的讨论汇总
话题: emacs话题: line话题: register话题: problems话题: number