is there any way know there is set-mark beginning and where is the start point query in lisp
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use the variable
mark-active:You might also want to check if mark === point, if it’s really a region you’re looking for:
If you want to write a function that requires a region be defined, you can use
interactive, like so:If called interactively, mark must be set or an error is generated. Called programatically, any two values must be passed in; no validation of the parameters is done.