Write Emacs Lisp scripts to (a) Insert todays date into the current buffer at the insertion point

Question:

Write Emacs Lisp scripts to

(a) Insert today’s date into the current buffer at the insertion point (current cursor location).

(b) Place quote marks (" ") around the word surrounding the insertion point.

(c) Fix end-of-sentence spaces in the current buffer. Use the following heuristic: if a period, question mark, or exclamation point is followed by a single space (possibly with closing quote marks, parentheses, brackets, or braces in-between), then add an extra space, unless the character preceding the period, question mark, or exclamation point is a capital letter (in which case we assume it is an abbreviation).

Pascal's Triangle Pascal's Triangle 1 1 1 1 2 1 1 1 4 6. 1 1 10 10 5 1 1 15 20 15 6 1 1 7 21 35 35 21 7 1 1 28 56 70 56 28 8. 1 1 36 84 126 126 84 36 1

(d) Run the contents of the current buffer through your favorite spell checker, and create a new buffer containing a list of misspelled words.

(e) Delete one misspelled word from the buffer created in (d), and place the cursor (insertion point) on top of the first occurrence of that misspelled word in the current buffer.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: