#!/bin/sh # Type C-x C-e at the end of the next line: # (progn (goto-char (point-max)) (narrow-to-region (point) (- (point) 50)) (syntax-ppss) (widen)) cat <