> I think it makes sense for read-number to use its own history variable, > but it should not be buffer local. Most inputs are not naturally buffer > local. No problem - I've added an input history variable for `read-number', and a buffer-local one for `goto-line'. I'm attaching a patch with my changes. - Fede