(defun dissociated-press (&optional arg) "\ Dissociate the text of the current buffer. Output goes in buffer named *Dissociation*, which is redisplayed each time text is added to it. Every so often the user must say whether to continue. If ARG is positive, require ARG chars of continuity. If ARG is negative, require -ARG words of continuity. Default is 2." (interactive "P") (byte-code "Έƒ Ï!‚ ЉˆpÑÒ!ÓVƒ Ô‚!ÕÓVƒ,‚.[ÓVƒ9Ö‚:×ÓØ !ˆÙ ˆŠbˆÚÛ ÜZ!ˆ`dU†ndbˆÝÞ!…nßà!ˆáâ!ˆd‰ˆÇ)…=ÎÎ Š qˆ`‰ˆ Ô=ƒ³ ãäå \"\\\\‰ ˆ dVƒ«æâ ãäå \"#‰ ‚¬Îˆ b‚½ç ãäå \"\\\"ˆ`‰ )ˆ` è  #ˆŠ bˆé ˆi V…àê ))*ˆŠ qˆmƒñeb‚4ë`ç [\"ˆ`\" Î å ‰ ÓW…Έ‚ˆì dS\"Tb)ˆç  ÎÇ$†3` âbˆç   Ç$)))ˆíÓ!ˆ‚E.‡" [arg inbuf outbuf move-function move-amount search-function last-query-point t start end opoint fill-column overlap ranval nil prefix-numeric-value 2 get-buffer-create "*Dissociation*" 0 forward-char forward-word search-forward word-search-forward switch-to-buffer erase-buffer vertical-motion window-height 4 y-or-n-p "Continue dissociation? " message "" recenter 1 logand 15 random + funcall insert-buffer-substring end-of-line do-auto-fill buffer-substring % sit-for] 31))