Re: ask-user-about-super-session-threat function
"Stephen J. Turnbull" <[email protected]>
| Newsgroups | gmane.emacs.xemacs.general |
|---|---|
| Organization | The XEmacs Project |
| Message-ID | <[email protected]> |
>>>>> "zxc" == zxc <[email protected]> writes: zxc> There is no one else modifying any of these files. It is as zxc> if XEmacs is having a problem with the date and time of the zxc> last modification of the file on the NT machine. It is. The clocks are not synchronized very well I would guess. For a number of purposes XEmacs keeps the time of last buffer modification, and this is done using the local clock which is much less expensive than a disk access. Windows NT/2000/XP know about NTP, if you don't have access to an official clock server, you can at least keep your local hosts synchronized. Alternatively, from the keyboard M-: (defun ask-user-about-supersession-threat () nil) RET will redefine the supersession hook, and you can put the definition in your init file so it will be automatically loaded in the future. -- Institute of Policy and Planning Sciences http://turnbull.sk.tsukuba.ac.jp University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN Ask not how you can "do" free software business; ask what your business can "do for" free software.