home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!ccut!news.u-tokyo.ac.jp!wnoc-tyo-news!sh.wide!fgw!fdm!csnews!virgo!p2077
- From: p2077@ai.cs.fujitsu.co.jp (Michiaki KATAOKA)
- Newsgroups: fj.editor.emacs
- Subject: Re: [Q] I want to get the column just under a point.
- Message-ID: <P2077.93Jan27093908@Pegasus.ai.cs.fujitsu.co.jp>
- Date: 27 Jan 93 00:39:08 GMT
- References: <MASAJI.93Jan25175445@sage.isl.melco.co.jp>
- Sender: news@ai.cs.fujitsu.co.jp
- Distribution: fj
- Organization: Global Development Department, 2nd PP Division, Fujitsu
- Lines: 24
- In-reply-to: masaji@isl.melco.co.jp's message of 25 Jan 93 08:54:45 GMT
-
-
- In article <MASAJI.93Jan25175445@sage.isl.melco.co.jp> masaji@isl.melco.co.jp (Masaji Mizuno) writes:
- > $@!)%+%i%`(J $@!a(J (screen-width - 1)$@%+%i%`(J $@$N;~(J
- >$@$H(J
- > $@!)%+%i%`(J $@!a(J (screen-width - 2)$@%+%i%`(J $@$N;~(J
- ($@N,(J)
- > $@>e5-$N$I$N%Q%?!<%s$G$"$k$+$rFCDj$9$k(J$@$3$H(J
-
-
- (- (save-excursion (vertical-motion 1) (point))
- (save-excursion (vertical-motion 0) (point)))
-
- $@$G(J, $@2hLL$NI=<(>e$N0l9T$ND9$5$O$o$+$j$=$&$G$9$M(J.
-
- $@$D$$$G$K(J, $@8=:_$N%]%$%s%H$NI=<(>e$N%3%i%`0LCV$O(J,
-
- (- (current-column)
- (progn (vertical-motion 0) (current-column)))
-
- $@$GJ,$+$k$H;W$$$^$9(J.
-
- ;;; $@$$$m(J$@$$$m(J $@$d$jJ}$O$"$j$=$&$J5$$,$7$F$-$^$7$?(J.
-
- $@$*$o$j(J.
-