Skip to content

Reintroduce recall#1800

Merged
Carreau merged 3 commits into
ipython:masterfrom
Carreau:reintroduce_recall
Jun 2, 2012
Merged

Reintroduce recall#1800
Carreau merged 3 commits into
ipython:masterfrom
Carreau:reintroduce_recall

Conversation

@Carreau
Copy link
Copy Markdown
Member

@Carreau Carreau commented May 31, 2012

%recallhad disapeared when refactoring magics, so re add the alias.

and a small bugfix, where the alias between load and loadpywas wrong, because there still was the leading magic_ prefix.

@ellisonbg
Copy link
Copy Markdown
Member

This looks good.

@takluyver
Copy link
Copy Markdown
Member

%recall shouldn't be the same thing as %rerun. %rerun fetches lines from history and executes them immediately, %recall puts them at the prompt like %load.

@Carreau
Copy link
Copy Markdown
Member Author

Carreau commented May 31, 2012

sorry, my bad, bad copy and past, it should be an alias of rep instead of rerun, you are right.

@Carreau
Copy link
Copy Markdown
Member Author

Carreau commented May 31, 2012

fixed (and nice github bug, I posted a comment 2 minutes ago and it state it will be posted in 3 minute)

@Carreau
Copy link
Copy Markdown
Member Author

Carreau commented Jun 2, 2012

Ok, merging as it is simple, and to keep the number of open PR low.

Carreau added a commit that referenced this pull request Jun 2, 2012
Reintroduce recall as a rep alias
@Carreau Carreau merged commit fde4412 into ipython:master Jun 2, 2012
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants