Hi Jambunathan, Jambunathan K <kjambunat...@gmail.com> writes:
> 1. Install the following hook > > (add-hook 'outline-mode-hook > (lambda () > (define-key outline-mode-map [(tab)] 'org-cycle) > (define-key outline-mode-map [(shift tab)] 'org-global-cycle))) > > 2. (setq debug-on-error t) > 3. Visit NEWS file with C-h n > 4. Place the cursor at the end of the line as shown below. > > ,---- ^^^^^ is where the cursor is. > | ---^^^^^^ > | ** Emacs can be compiled with SELinux support.^^^^^^ > | This happens by default if a suitably recent version of the library is > | found at build time. To prevent this, use the configure option^^^^^^^^ > | `--without-selinux'. See below for SELinux features. > | > | > `---- > > 5. Press S-TAB. The following error is reported. I would expect some > sort of cycling to happen. > let: Wrong type argument: stringp, nil This should be fixed now. Can you confirm? Thanks! -- Bastien