Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4321998
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T08:49:03+00:00 2026-05-21T08:49:03+00:00

I wish to intercept assigning new values for the In variable. I have tried

  • 0

I wish to intercept assigning new values for the In variable.

I have tried to do this by defining UpValues for In but it does not help in this case:

Unprotect[In];
In /: Set[In[line_], expr_] /; ! TrueQ[$InsideSet] := 
 Block[{$InsideSet = True}, 
  Print[HoldForm@HoldForm[expr]; Set[In[line], expr]]]
In /: SetDelayed[In[line_], expr_] /; ! TrueQ[$InsideSet] := 
 Block[{$InsideSet = True}, 
  Print[HoldForm@HoldForm[expr]; SetDelayed[In[line], expr]]]

Is it possible to intercept it?

P.S. This question has arisen as a part of previous question on the stage when Mathematica creates new Symbols.

EDIT

I would wish to intercept explicitly the assignment new DownValue for the In variable. $Pre executes after this assignment and after creating all new Symbols in the current $Context:

In[1]:= $Pre := (Print[Names["`*"]]; 
   Print[DownValues[In][[All, 1]]]; ##) &

In[2]:= a

During evaluation of In[2]:= {a}

During evaluation of In[2]:= {HoldPattern[In[1]],HoldPattern[In[2]]}

Out[2]= a
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T08:49:04+00:00Added an answer on May 21, 2026 at 8:49 am

    Have you looked at $Pre and $PreRead?

    $Pre is a global variable whose value, if set, is applied to every input expression.

    $PreRead is a global variable whose value, if set, is applied to the text or box form of every input expression before it is fed to Mathematica.

    UPDATE (now with better example)

    In[1]:= $Pre = 
      Function[{x}, Print["In[",$Line,"] is: ", Unevaluated[x]]; x, HoldFirst];
    
    In[2]:= 2 + 2
    
    During evaluation of In[2]:= In[2] is: 2+2
    
    Out[2]= 4
    
    In[3]:= InString[2]
    
    During evaluation of In[3]:= In[3] is: InString[2]
    
    Out[3]= "\\(2 + 2\\)"
    

    UPDATE 2

    Replace $Pre with $PreRead in my code above and you get close to what you want, I believe:

    In[1]:= $PreRead = Function[{x}, Print[Names["`*"]]; x, HoldFirst]
    
    Out[1]= Function[{x}, Print[Names["`*"]]; x, HoldFirst]
    
    In[2]:= a = 1
    
    During evaluation of In[2]:= {x}
    
    Out[2]= 1
    
    In[3]:= b = 2
    
    During evaluation of In[3]:= {a,x}
    
    Out[3]= 2
    

    It’s not possible to intercept In at the *Value level because the Kernel is simply not interacting with In via value manipulation in “top-level” Mathematica code.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I wish to test a function that will generate lorem ipsum text, but it
I wish to write a windows app which does something when I become disconnected
I wish to have a java-chat on the iphone / ipad. With both, as
I wish to develop a sms application in C#.net. So please help me by
I wish Subversion had a better way of moving tags. The only way that
I wish to know all the pros and cons about using these two methods.
I wish to implement a 2d bit map class in Python. The class would
I wish to implement my software on a shareware basis, so that the user
I wish I were a CSS smarty .... How can you place a div
I wish to search a database table on a nullable column. Sometimes the value

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.